update pet to version 0.03
[barvinok.git] / barvinok_union_options.c
blob832c0e1cd9df0ace56162e49785dbf051c2500be
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,
6 NULL)
7 ISL_ARG_BOOL(struct union_options, series, 's', "series", 0,
8 "compute rational generating function")
9 ISL_ARGS_END
11 ISL_ARG_DEF(union_options, struct union_options, union_options_args)