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