doc: add another paper refering to the library
[barvinok.git] / normalization.h
blob64c2ccc2e8800899dff5c2f83f7637c4ff9dd50a
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 Matrix *standard_constraints(Matrix *C, unsigned nparam, int *rows_p,
8 Matrix **T);
9 Polyhedron *skew_to_positive_orthant(Polyhedron *D, unsigned nvar,
10 unsigned MaxRays);
12 #if defined(__cplusplus)
14 #endif