polysign_isl.c: isl_constraints_opt: use isl_val
[barvinok.git] / barvinok_enumerate_e_options.h
blob2452f18f6fa1d2245c5b7cb4ed97332fd925b32d
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