summate.c: barvinok_summate: move common parts of summation functions
[barvinok.git] / summate.h
blobf4d983f2c771adea991ae1d955b49d9e7fff0b2c
1 #include <barvinok/evalue.h>
3 struct barvinok_options;
5 #if defined(__cplusplus)
6 extern "C" {
7 #endif
9 evalue *box_summate(Polyhedron *P, evalue *E, unsigned nvar, unsigned MaxRays);
10 evalue *barvinok_summate_unweighted(Polyhedron *P, Polyhedron *C,
11 struct barvinok_options *options);
13 #if defined(__cplusplus)
15 #endif