doc: document computation of Hilbert basis of a cone
[barvinok.git] / topcom.h
blobf51a2fc3f4fe9f8413cc47e9be72cf7128c39889
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 Matrix *standard_constraints(Polyhedron *P, unsigned nparam, int *rows_p,
8 Matrix **T);
9 Param_Polyhedron *TC_P2PP(Polyhedron *P, Polyhedron *C,
10 struct barvinok_options *options);
12 #if defined(__cplusplus)
14 #endif