1 #include "barvinok_enumerate_e_options.h"
4 ISL_ARGS_START(struct enumerate_e_options
, enumerate_e_options_args
)
5 ISL_ARG_CHILD(struct enumerate_e_options
, verify
, NULL
,
6 &verify_options_args
, "verification")
7 ISL_ARG_CHILD(struct enumerate_e_options
, convert
, NULL
,
8 &convert_options_args
, "output conversion")
9 ISL_ARG_BOOL(struct enumerate_e_options
, isl
, 'i', "isl", 0, NULL
)
10 ISL_ARG_BOOL(struct enumerate_e_options
, scarf
, 'S', "scarf", 0, NULL
)
11 ISL_ARG_BOOL(struct enumerate_e_options
, series
, 's', "series", 0,
12 "compute rational generating function")
13 ISL_ARG_BOOL(struct enumerate_e_options
, function
, 'e', "explicit", 0,
17 ISL_ARG_DEF(enumerate_e_options
, struct enumerate_e_options
,
18 enumerate_e_options_args
)