#include <polylib/polylib.h>
Go to the source code of this file.
Functions | |
int | main () |
EPRINT : print results while computing the ehrhart polynomial. |
|
EPRINT : print results while computing the ehrhart polynomial. this is done by default if you build the executable ehrhart. (If EMAIN is defined). Don't define EMAIN here, it is defined when necessary in the makefile.
Notice: you may however define EPRINT without defining EMAIN, but in this case, you have to initialize the global variable param_name by calling Read_ParamNames before any call to ehrhart. This is NOT recommanded, unless you know what you do. EPRINT causes more debug messages to be printed. Definition at line 15 of file example.c. References Constraints2Polyhedron(), Domain_Free(), Matrix_Free(), Matrix_Read(), P_VALUE_FMT, ZDomain_Free(), ZDomainImage(), ZDomainIntersection(), ZDomainPrint(), and ZPolyhedron_Alloc(). |