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
parker/count_solutions.cc: fix treatment of existentially quantified variables
[barvinok.git]
/
evalue_util.h
blob
de37ab435e8ac5ffc7ecc39504205b7fd2c747cb
1
#include <iostream>
2
#include <gmp.h>
3
#include <barvinok/evalue.h>
4
5
void
evalue_print
(
std
::
ostream
&
o
,
evalue
*
e
,
char
**
p
);