1 #include <barvinok/options.h>
2 #include "barvinok_union_options.h"
4 ISL_ARGS_START(struct union_options
, union_options_args
)
5 ISL_ARG_CHILD(struct union_options
, barvinok
, NULL
, &barvinok_options_args
,
7 ISL_ARG_BOOL(struct union_options
, series
, 's', "series", 0,
8 "compute rational generating function")
11 ISL_ARG_DEF(union_options
, struct union_options
, union_options_args
)