gen_fun::add_union: context of result should be the union of the input contexts
[barvinok.git] / barvinok_ehrhart_options.c
blob28a189aeef1922e3f7be7fc0cf0142275d4417a4
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,
8 NULL)
9 ISL_ARG_BOOL(struct ehrhart_options, series, 's', "series", 0,
10 "compute rational generating function")
11 ISL_ARGS_END
13 ISL_ARG_DEF(ehrhart_options, struct ehrhart_options, ehrhart_options_args)