1 /* Don't make this header public without removing the include of config.h */
2 #include <barvinok/polylib.h>
4 #if defined(__cplusplus)
10 #ifndef HAVE_COMPRESS_PARMS
11 static int remove_all_equalities(Polyhedron
**P
, Polyhedron
**C
, Matrix
**CPP
,
12 Matrix
**CVP
, unsigned nparam
, unsigned MaxRays
)
17 int remove_all_equalities(Polyhedron
**P
, Polyhedron
**C
, Matrix
**CPP
, Matrix
**CVP
,
18 unsigned nparam
, unsigned MaxRays
);
21 #if defined(__cplusplus)