1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
7 struct barvinok_options
;
9 Polyhedron
*reduce_domain(Polyhedron
*D
, Matrix
*CT
, Polyhedron
*CEq
,
10 Polyhedron
**fVD
, int nd
,
11 struct barvinok_options
*options
);
13 #if defined(__cplusplus)