remove polyhedron_range
[barvinok.git] / barvinok_ehrhart_options.c
blobbf90e0d5f9af049add04f8ac892ccd7b045098a9
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")
10 ISL_ARG_END
13 ISL_ARG_DEF(ehrhart_options, struct ehrhart_options, ehrhart_options_arg)