barvinok_enumerate_with_options: handle context constraints on 0D input
[barvinok.git] / isl_param_util.h
blob81ca88bdfe98ee0f03bbb8ee6824f45e2ea0b616
1 #include <barvinok/options.h>
2 #include <barvinok/polylib.h>
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 Param_Polyhedron *ISL_P2PP(Polyhedron *P, Polyhedron *C,
9 struct barvinok_options *options);
11 #if defined(__cplusplus)
13 #endif