1 #include <barvinok/polylib.h>
3 struct barvinok_options
;
5 #if defined(__cplusplus)
9 Polyhedron
*Polyhedron_Flate(Polyhedron
*P
, unsigned nparam
, int inflate
,
12 evalue
*scale_bound(Polyhedron
*P
, Polyhedron
*C
,
13 struct barvinok_options
*options
);
14 evalue
*scale(Param_Polyhedron
*PP
, Polyhedron
*P
, Polyhedron
*C
,
15 struct barvinok_options
*options
);
17 #if defined(__cplusplus)