remove polyhedron_range
[barvinok.git] / barvinok_enumerate_options.h
blob6dd7c792b31cae5a5320e52430cdb3e597d8c11e
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_options {
10 int size;
11 int series;
12 int function;
13 struct verify_options *verify;
14 struct convert_options *convert;
17 ISL_ARG_DECL(enumerate_options, struct enumerate_options, enumerate_options_arg)
19 #if defined(__cplusplus)
21 #endif