00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef _alpha_h_
00019 #define _alpha_h_
00020
00021 #if defined(__cplusplus)
00022 extern "C" {
00023 #endif
00024
00025 extern int GaussSimplify ( Matrix *M, Matrix *M2 );
00026 extern int PolyhedronLTQ ( Polyhedron *P1, Polyhedron *P2, int INDEX, int
00027 PDIM, int MAXRAYS );
00028 extern int PolyhedronTSort ( Polyhedron ** L, unsigned int n, unsigned
00029 int index, unsigned int pdim, int * time,
00030 int * pvect, unsigned int MAXRAYS );
00031 extern int Polyhedron_Not_Empty ( Polyhedron *P, Polyhedron *C, int
00032 MAXRAYS );
00033 #if defined(__cplusplus)
00034 }
00035 #endif
00036
00037 #endif