1 #include <polylib/polylibgmp.h>
2 #include <barvinok/sample.h>
5 #ifdef HAVE_GROWING_CHERNIKOVA
6 #define MAXRAYS (POL_NO_DUAL | POL_INTEGER)
11 int main(int argc
, char **argv
)
18 P
= Constraints2Polyhedron(M
, MAXRAYS
);
21 sample
= Polyhedron_Sample(P
, MAXRAYS
);
23 Vector_Print(stdout
, P_VALUE_FMT
, sample
);