volume.c: drop redundant arguments to volume_simplex
[barvinok.git] / reduce_domain.h
blob28cfd758ae59ba225bcbfe133ab1f5eadd930a0c
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 Polyhedron *reduce_domain(Polyhedron *D, Matrix *CT, Polyhedron *CEq,
10 Polyhedron **fVD, int nd,
11 struct barvinok_options *options);
13 #if defined(__cplusplus)
15 #endif