2 #include <NTL/mat_ZZ.h>
4 #include <polylib/polylibgmp.h>
5 #include <barvinok/evalue.h>
7 /* define this to print all the results */
8 /* else, only a progress bar is printed */
9 /* #define PRINT_ALL_RESULTS */
10 /* define this to continue the test after first error found */
11 /* #define DONT_BREAK_ON_ERROR */
13 extern Value Min
, Max
;
17 #ifdef DONT_BREAK_ON_ERROR
18 #define PRINT_ALL_RESULTS
21 #ifndef PRINT_ALL_RESULTS
25 int check_poly(Polyhedron
*S
,Polyhedron
*C
,Enumeration
*en
,
26 int nparam
,int pos
,Value
*z
);