barvinok 0.41.8
[barvinok.git] / laurent.h
blobe8397a6b89c8ee7dae040fe6db4065635afe97bb
1 #include <barvinok/evalue.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 evalue *laurent_summate(Param_Polyhedron *PP, Polyhedron *TC,
10 evalue *e, unsigned nvar, struct barvinok_options *options);
12 #if defined(__cplusplus)
14 #endif