use test scripts for performing tests
[barvinok.git] / evalue_util.h
blobafc802a90fdde37226f12712530038c8f44b5ae6
1 #include <iostream>
2 #include <barvinok/evalue.h>
4 void evalue_print(std::ostream& o, evalue *e, char **p);