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
update isl for fix in isl_map_deltas
[barvinok.git]
/
polymake
/
convert.h
blob
5db44ede401a57ecd86020a207067f59ceac70fb
1
#include <gmp.h>
2
#include <cstdlib>
3
#include <Rational.h>
4
#include <Poly.h>
5
#include <Matrix.h>
6
#include <barvinok/polylib.h>
7
8
namespace
polymake
{
namespace
polytope
{
9
10
::
Matrix
*
polymake_constraints2polylib
(
Matrix
<
Rational
> &
F
);
11
12
} }