testlib.cc: test_hilbert: fix tests
[barvinok.git] / scale.h
blob772cde47a489608f6adb1e3a37e8bf698f1f73dc
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);
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)
19 #endif