1 #include <barvinok/polylib.h>
3 struct barvinok_options
;
5 #if defined(__cplusplus)
11 int save_approximation
;
14 Polyhedron
*Polyhedron_Flate(Polyhedron
*P
, unsigned nparam
, int inflate
,
16 void Param_Vertex_Common_Denominator(Param_Vertices
*V
);
18 Polyhedron
*scale_init(Polyhedron
*P
, Polyhedron
*C
, struct scale_data
*scaling
,
19 struct barvinok_options
*options
);
20 Polyhedron
*scale(Param_Polyhedron
*PP
, Polyhedron
*P
,
21 struct scale_data
*scaling
, int free_P
,
22 struct barvinok_options
*options
);
23 void scale_finish(evalue
*e
, struct scale_data
*scaling
,
24 struct barvinok_options
*options
);
26 #if defined(__cplusplus)