isl_pw_qpolynomial_sum: handle existentials in wrapped domains
[barvinok.git] / bound_options.h
blob3aaf8271a6116dc8cfadb11f2b298e605fd18acc
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;
13 long split;
14 int lower;
15 long iterate;
18 ISL_ARG_DECL(options, struct options, options_arg)
20 #if defined(__cplusplus)
22 #endif