6 #if defined(__cplusplus)
10 struct lexmin_options
{
11 /* Check for integer points in domain
13 #define BV_LEXMIN_EMPTINESS_CHECK_NONE 0
14 #define BV_LEXMIN_EMPTINESS_CHECK_SAMPLE 1
15 #define BV_LEXMIN_EMPTINESS_CHECK_COUNT 2
19 struct verify_options
*verify
;
22 ISL_ARG_DECL(lexmin_options
, struct lexmin_options
, lexmin_options_arg
)
24 #if defined(__cplusplus)