18 LBL *Z1, *Z2, *Z3, *Z4;
39 printf (
"\nZ3 = Z1 and Z2");
44 printf (
"\nZ4 = image (Z1 by a)");
LBL * LBLImage(LBL *A, Matrix *Func)
void LBLPrint(FILE *fp, const char *format, LBL *A)
LBL * LBLIntersection(LBL *A, LBL *B)
LBL * LBLAlloc(Matrix *Lat, Polyhedron *Domain)
Matrix * Matrix_Read(void)
void Matrix_Free(Matrix *Mat)
Polyhedron * Constraints2Polyhedron(Matrix *Constraints, unsigned NbMaxRays)
Given a matrix of constraints ('Constraints'), construct and return a polyhedron.
void Domain_Free(Polyhedron *Pol)