remove_all_equalities: also remove equalities in context
[barvinok.git] / param_util.h
blob348f6882ef9e3af190e671353d89412ead793e1f
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 Param_Polyhedron *Polyhedron2Param_Polyhedron(Polyhedron *Din, Polyhedron *Cin,
10 struct barvinok_options *options);
11 void Param_Vertex_Common_Denominator(Param_Vertices *V);
12 void Param_Inner_Product(Value *constraint, Matrix *Vertex, Value *row);
14 #if defined(__cplusplus)
16 #endif