doc: add reference to bernstein techreport
[barvinok.git] / evalue_util.h
blobc8b90401862ba7343a49031ebf962de19ec9d99e
1 #include <iostream>
2 #include <gmp.h>
3 extern "C" {
4 #include <polylib/polylibgmp.h>
6 #include <barvinok/evalue.h>
8 void evalue_print(std::ostream& o, evalue *e, char **p);