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: add gen_fun::divide method
[barvinok.git]
/
sample.h
blob
ff867dc3fe3b3a06db589ae3ee96caef1fe91807
1
#if defined(__cplusplus)
2
extern
"C"
{
3
#endif
4
5
#include <polylib/polylibgmp.h>
6
7
Vector
*
Polyhedron_Sample
(
Polyhedron
*
P
,
unsigned
MaxRays
);
8
9
#if defined(__cplusplus)
10
}
11
#endif