move omega subdir to omega_interface
[barvinok.git] / omega_interface / count.h
blob578bb8cb0d0c393718592e498c8975fcc820d05a
1 #include <barvinok/barvinok.h>
2 #include <omega.h>
4 #define COUNT_RELATION_BARVINOK 0
5 #define COUNT_RELATION_PARKER 1
7 evalue *count_relation(Relation& r, int method);
8 evalue *rank_relation(Relation& r);
9 evalue *count_lexsmaller(Relation& r, Relation& domain);
11 evalue *barvinok_enumerate_parker(Polyhedron *D,
12 unsigned nvar, unsigned nparam,
13 unsigned MaxRays);