1 #if defined(__cplusplus)
5 #include <barvinok/evalue.h>
7 /* define this to continue the test after first error found */
8 /* #define DONT_BREAK_ON_ERROR */
10 extern Value Min
, Max
;
16 int check_poly(Polyhedron
*S
,Polyhedron
*C
,Enumeration
*en
,
17 int nparam
, int pos
, Value
*z
, int print_all
);
18 #if defined(__cplusplus)