2 #include <NTL/vec_ZZ.h>
3 #include <barvinok/polylib.h>
9 evalue
*multi_monom(vec_ZZ
& p
);
10 int normal_mod(Value
*coef
, int len
, Value
*m
);
11 void lattice_point(Value
* values
, Polyhedron
*i
, vec_ZZ
& vertex
);
12 evalue
* lattice_point(
13 Polyhedron
*i
, vec_ZZ
& lambda
, Matrix
*W
, Value lcm
, Polyhedron
*PD
);
14 void lattice_point(Param_Vertices
*V
, Polyhedron
*C
, vec_ZZ
& num
,