volume.c: volume_triangulate: use vertex instead of barycenter by default
[barvinok.git] / scale.h
blobb5189d0a827caded08484ae6f1d6360cba1247f3
1 #include <barvinok/polylib.h>
3 struct barvinok_options;
5 #if defined(__cplusplus)
6 extern "C" {
7 #endif
9 Polyhedron *Polyhedron_Flate(Polyhedron *P, unsigned nparam, int inflate,
10 unsigned MaxRays);
11 void Param_Vertex_Common_Denominator(Param_Vertices *V);
13 evalue *scale_bound(Polyhedron *P, Polyhedron *C,
14 struct barvinok_options *options);
15 evalue *scale(Param_Polyhedron *PP, Polyhedron *P, Polyhedron *C,
16 struct barvinok_options *options);
18 #if defined(__cplusplus)
20 #endif