export Polyhedron_Sample and Polyhedron_Reduced_Basis
[barvinok.git] / barvinok / basis_reduction.h
blobe0c5ef703c43853f63e40b5a0eed600bb20ef2d9
1 #ifndef BARVINOK_BASIS_REDUCTION_H
2 #define BARVINOK_BASIS_REDUCTION_H
4 #include <gmp.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 #include <polylib/polylibgmp.h>
12 Matrix *Polyhedron_Reduced_Basis(Polyhedron *P);
14 #if defined(__cplusplus)
16 #endif
18 #endif