1 #include <barvinok/options.h>
2 #include "barvinok_ehrhart_options.h"
4 struct isl_arg ehrhart_options_arg
[] = {
5 ISL_ARG_CHILD(struct ehrhart_options
, convert
, NULL
,
6 convert_options_arg
, "output conversion")
7 ISL_ARG_CHILD(struct ehrhart_options
, barvinok
, NULL
, barvinok_options_arg
, NULL
)
8 ISL_ARG_BOOL(struct ehrhart_options
, series
, 's', "series", 0,
9 "compute rational generating function")
13 ISL_ARG_DEF(ehrhart_options
, struct ehrhart_options
, ehrhart_options_arg
)