1 #ifndef BARVINOK_OPTIONS_H
2 #define BARVINOK_OPTIONS_H
4 #if defined(__cplusplus)
8 struct barvinok_options
{
13 /* LLL reduction parameter delta=LLL_a/LLL_b */
17 /* barvinok options */
23 int incremental_specialization
;
26 /* Check for integer points in domain
30 int lexmin_emptiness_check
;
33 struct barvinok_options
*barvinok_options_new_with_defaults();
35 #if defined(__cplusplus)