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
genfun.cc: move coefficient computation to short_rat
[barvinok.git]
/
reduce_domain.h
blob
b53cf8ab90bf33bdf40976710285bb020cc4cd44
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
Polyhedron
*
reduce_domain
(
Polyhedron
*
D
,
Matrix
*
CT
,
Polyhedron
*
CEq
,
8
Polyhedron
**
fVD
,
int
nd
,
unsigned
MaxRays
);
9
10
#if defined(__cplusplus)
11
}
12
#endif