1 #include <barvinok/options.h>
2 #include "barvinok_ehrhart_options.h"
4 ISL_ARGS_START(struct ehrhart_options
, ehrhart_options_args
)
5 ISL_ARG_CHILD(struct ehrhart_options
, convert
, NULL
,
6 &convert_options_args
, "output conversion")
7 ISL_ARG_CHILD(struct ehrhart_options
, barvinok
, NULL
, &barvinok_options_args
,
9 ISL_ARG_BOOL(struct ehrhart_options
, series
, 's', "series", 0,
10 "compute rational generating function")
13 ISL_ARG_DEF(ehrhart_options
, struct ehrhart_options
, ehrhart_options_args
)