A structure to store info from the simplex tableau.
More...
#include <SimplexQuadCutGen.h>
|
int | ncol |
|
int | nrow |
|
const double * | colLower |
|
const double * | colUpper |
|
const double * | rowLower |
|
const double * | rowUpper |
|
const double * | rowRhs |
|
const double * | origTab |
|
const int * | rowStart |
|
const int * | indices |
|
const int * | rowLen |
|
A structure to store info from the simplex tableau.
The documentation for this struct was generated from the following file: