bernstein: rework testing framework to not depend on order of GiNaC expressions
[barvinok.git] / hilbert.h
blobf3bad178d48dbc9d2ad5488b08a557a6c309fff1
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 Matrix *Cone_Hilbert_Basis(Polyhedron *C, unsigned MaxRays);
10 Matrix *Cone_Integer_Hull(Polyhedron *C, struct barvinok_options *options);
12 #if defined(__cplusplus)
14 #endif