update isl for change in lexicographic optimization
[ppn.git] / da_options.h
blobb4f35fb1dc894e8e60f68fed025ddc5be154ed84
1 #include <isl/options.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 struct isl_options *isl;
10 char *input;
11 char *output;
12 #define TYPE_FLOW (1 << 0)
13 #define TYPE_ANTI (1 << 1)
14 #define TYPE_REUSE_PAIR (1 << 2)
15 #define TYPE_OUTPUT (1 << 3)
16 unsigned types;
17 int array_types;
18 int verbose;
21 ISL_ARG_DECL(options, struct options, options_args)
23 #if defined(__cplusplus)
25 #endif