isl_pw_qpolynomial_sum: handle existentials in wrapped domains
[barvinok.git] / barvinok_ehrhart_options.h
blobef28d8cc107d372a6aa7eb124f1ee4a951f3390d
1 #include <isl_arg.h>
2 #include "evalue_convert.h"
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct ehrhart_options {
9 int series;
10 struct barvinok_options *barvinok;
11 struct convert_options *convert;
14 ISL_ARG_DECL(ehrhart_options, struct ehrhart_options, ehrhart_options_arg)
16 #if defined(__cplusplus)
18 #endif