test_bound.c: verify_point: use isl_val
[barvinok.git] / barvinok_enumerate_options.h
blobbc9638d72717483fce7527d86dea137906981d9f
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,
18 enumerate_options_args)
20 #if defined(__cplusplus)
22 #endif