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
)
11 ISL_ARG_BOOL(struct enumerate_e_options
, omega
, 'o', "omega", 0, NULL
)
14 ISL_ARG_BOOL(struct enumerate_e_options
, parker
, 'P', "parker", 0, NULL
)
16 ISL_ARG_BOOL(struct enumerate_e_options
, scarf
, 'S', "scarf", 0, NULL
)
17 ISL_ARG_BOOL(struct enumerate_e_options
, series
, 's', "series", 0,
18 "compute rational generating function")
19 ISL_ARG_BOOL(struct enumerate_e_options
, function
, 'e', "explicit", 0,
23 ISL_ARG_DEF(enumerate_e_options
, struct enumerate_e_options
,
24 enumerate_e_options_args
)