repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
collect terms with the same denominator
[barvinok.git]
/
barvinok2.h
blob
92b54e96ce53f30918d4c858ffbaffe78fba1c78
1
#ifndef BARVINOK2_H
2
#define BARVINOK2_H
3
4
#include <gmp.h>
5
extern
"C"
{
6
#include <polylib/polylibgmp.h>
7
}
8
#include <genfun.h>
9
10
gen_fun
*
barvinok_series
(
Polyhedron
*
P
,
Polyhedron
*
C
,
unsigned
MaxRays
);
11
12
#endif