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
bernstein.cc: fix printf format
[barvinok.git]
/
topcom.h
blob
4637e104d0683711a38408030a3f42820ab74408
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
Param_Polyhedron
*
TC_P2PP
(
Polyhedron
*
P
,
Polyhedron
*
C
,
8
struct
barvinok_options
*
options
);
9
10
#if defined(__cplusplus)
11
}
12
#endif