barvinok_enumerate: more accurate polynomial approximation
[barvinok.git] / scale.h
blob24027a7699466b631b6bce7047cd5e58473c1ba6
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 void Param_Polyhedron_Scale_Integer_Slow(Param_Polyhedron *PP, Polyhedron **P,
8 Value *det, unsigned MaxRays);
10 #if defined(__cplusplus)
12 #endif