Definition in file mt_gomory.c.
#include <math.h>
#include "EGlib.h"
#include "mt_gomory.h"
#include "mt_tableau.h"
Include dependency graph for mt_gomory.c:
Go to the source code of this file.
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 |