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
README: reflect that --enable-fractional is now the default
[barvinok.git]
/
basis_reduction.h
blob
8b2b4e577458d737f348a3e5b88ca8e6b44e8f78
1
#if defined(__cplusplus)
2
extern
"C"
{
3
#endif
4
5
#include <polylib/polylibgmp.h>
6
7
Matrix
*
reduced_basis
(
Polyhedron
*
P
);
8
9
#if defined(__cplusplus)
10
}
11
#endif