hull.c: add all points found by sampling directly to the approximation
[barvinok.git] / hull.h
blob7a4d378b3638c49bb4cdd1fd58d15af65f64a041
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 Matrix *Cone_Integer_Hull(Polyhedron *C, struct barvinok_options *options);
10 Matrix *Polyhedron_Integer_Hull(Polyhedron *P,
11 struct barvinok_options *options);
13 #if defined(__cplusplus)
15 #endif