Definition in file mt_gomory.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MT_DEBUG_LVL 100 |
debug level for the module | |
#define | MT_VERB_LVL 100 |
verbose level for the module | |
#define | MT_ZERO_TOL 0x1p-20 |
tolerance level for zero, i.e. all absolute values bellow MT_ZERO_TOL are considered as zero. | |
Functions | |
int | MTgomoryCut (const int nrows, const int ncols, const double *const rowval, const int *const rowind, const int *const rowbeg, const double *const f, const double *const base, double *const cutval, double *const work) |
Given a set of tableau rows in column format, return the asociated multi-tableau gomory cut. Note that we assume that all variables are continuous, and that the tableau represent the (vectorial) equation
where | |
Variables | |
const char | MTversion [1024] |
Version String of the program. |