Use zsolve to compute Hilbert basis of a cone
[barvinok.git] / hilbert.h
blobaff1571316881f223ea21bbbcccbd9a71ff5f7e9
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 Matrix *Cone_Hilbert_Basis(Polyhedron *C, unsigned MaxRays);
9 #if defined(__cplusplus)
11 #endif