doc: add some more papers refering to the library
[barvinok.git] / barvinok_summate_options.h
blobc6415c5e8f030e72d2f0aaafeb6a3a84bbcac3d4
1 #include <isl_arg.h>
2 #include "evalue_convert.h"
3 #include "verify.h"
5 #if defined(__cplusplus)
6 extern "C" {
7 #endif
9 struct options {
10 struct convert_options *convert;
11 struct verify_options *verify;
12 char *var_list;
15 ISL_ARG_DECL(options, struct options, options_arg)
17 #if defined(__cplusplus)
19 #endif