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
test_bound: record number of polynomials as "size" of the results
[barvinok.git]
/
piputil.h
blob
2531ac8456d92621092c2448a10d325735c2570a
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
Polyhedron
*
pip_projectout
(
Polyhedron
*
P
,
int
pos
,
int
n
,
int
nparam
);
8
9
#if defined(__cplusplus)
10
}
11
#endif