remove polyhedron_range
[barvinok.git] / barvinok_union_options.h
blob5d9d79fe90b7ea21c80446e1f4c6e517a4bc3a83
1 #include <isl/arg.h>
2 #include <barvinok/options.h>
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct union_options {
9 int series;
10 struct barvinok_options *barvinok;
13 ISL_ARG_DECL(union_options, struct union_options, union_options_arg)
15 #if defined(__cplusplus)
17 #endif