Add missing include of isl/aff.h
[barvinok.git] / barvinok / sample.h
blob943d792737d96931c43fc52df263a236eabe692b
1 #ifndef BARVINOK_SAMPLE_H
2 #define BARVINOK_SAMPLE_H
4 #include <barvinok/polylib.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct barvinok_options;
12 Vector *Polyhedron_Sample(Polyhedron *P, struct barvinok_options *options);
14 #if defined(__cplusplus)
16 #endif
18 #endif