Macaulay2 Engine
Loading...
Searching...
No Matches
cone.h
Go to the documentation of this file.
1#ifndef _cone_h_
2# define _cone_h_
3
33
34# include "engine-includes.hpp"
35
36// TODO: fix this
37# if defined(__cplusplus)
38class Matrix;
39# else
40typedef struct Matrix Matrix;
41# endif
42
46
47# if defined(__cplusplus)
48extern "C" {
49# endif
50
51/**************************************************/
52/**** Cone routines (via Normaliz) ****************/
53/**************************************************/
54
55const Matrix /* or null */ *rawFourierMotzkin(const Matrix *C);
56
57const Matrix /* or null */ *rawHilbertBasis(const Matrix *C);
58
59# if defined(__cplusplus)
60}
61# endif
62
63#endif /* _cone_h_ */
const Matrix * rawHilbertBasis(const Matrix *C)
Definition cone.cpp:60
const Matrix * rawFourierMotzkin(const Matrix *C)
Definition cone.cpp:23
Engine-wide include prelude — a single point of truth for portability shims.
#define Matrix
Definition factory.cpp:14