#include <stdio.h>
#include <polylib/polylib.h>
Go to the source code of this file.
Defines | |
#define | WS 0 |
Functions | |
int | main () |
Variables | |
char | s [128] |
#define WS 0 |
Definition at line 22 of file polytest.c.
int main | ( | ) |
Definition at line 26 of file polytest.c.
References Constraints2Polyhedron(), Domain_Free(), DomainConvex(), DomainSimplify(), DomainUnion(), GaussSimplify(), left_hermite(), Matrix_Alloc(), Matrix_Free(), Matrix_Print(), Matrix_Product(), Matrix_Read(), matrix::NbColumns, matrix::NbRows, polyhedron::next, P_VALUE_FMT, Polyhedron2Constraints(), Polyhedron2Rays(), Polyhedron_Image(), Polyhedron_Not_Empty(), Polyhedron_Print(), PolyhedronLTQ(), right_hermite(), s, and WS.
char s[128] |
Definition at line 24 of file polytest.c.
Referenced by echange_c(), echange_l(), main(), Matrix_Read(), Matrix_Read_Input(), Polyhedron_Preprocess2(), Read_ParamNames(), and Union_Read().