isl_pw_qpolynomial_sum: handle existentials in wrapped domains
[barvinok.git] / barvinok_enumerate_e_options.h
blob5b8e93e89b81022727fe2f45a265d7b721f6eac9
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 enumerate_e_options {
10 struct verify_options *verify;
11 struct convert_options *convert;
12 int isl;
13 int omega;
14 int parker;
15 int scarf;
16 int series;
17 int function;
20 ISL_ARG_DECL(enumerate_e_options, struct enumerate_e_options, enumerate_e_options_arg)
22 #if defined(__cplusplus)
24 #endif