1 #include "evalue_convert.h"
3 ISL_ARGS_START(struct convert_options
, convert_options_args
)
4 ISL_ARG_BOOL(struct convert_options
, range
, 'R', "range-reduction", 0, NULL
)
5 ISL_ARG_BOOL(struct convert_options
, convert
, 'c', "convert", 0,
6 "convert fractionals to periodics")
7 ISL_ARG_BOOL(struct convert_options
, combine
, 'C', "combine", 0, NULL
)
8 ISL_ARG_BOOL(struct convert_options
, floor
, 'f', "floor", 0,
9 "convert fractionals to floorings")
10 ISL_ARG_BOOL(struct convert_options
, list
, 'l', "list", 0, NULL
)
11 ISL_ARG_BOOL(struct convert_options
, latex
, 'L', "latex", 0, NULL
)
12 ISL_ARG_BOOL(struct convert_options
, isl
, 'I', "to-isl", 0, NULL
)