matrix representing the modulo 2 system
Definition at line 149 of file sepa_zerohalf.c.
Data Fields | |
MOD2_COL ** | cols |
MOD2_ROW ** | rows |
TRANSINTROW * | transintrows |
int | ntransintrows |
int | nzeroslackrows |
int | nrows |
int | ncols |
int | rowssize |
int | colssize |
MOD2_COL** Mod2Matrix::cols |
columns of the matrix
Definition at line 151 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixAddCol(), mod2matrixPreprocessColumns(), and mod2matrixRemoveCol().
MOD2_ROW** Mod2Matrix::rows |
rows of the matrix
Definition at line 152 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixAddOrigRow(), mod2MatrixAddTransRow(), mod2matrixPreprocessRows(), mod2matrixRemoveRow(), and SCIP_DECL_SEPAEXECLP().
TRANSINTROW* Mod2Matrix::transintrows |
transformed integral rows obtained from non-integral lp rows
Definition at line 153 of file sepa_zerohalf.c.
Referenced by destroyMod2Matrix(), generateZerohalfCut(), mod2MatrixAddTransRow(), and mod2MatrixTransformContRows().
int Mod2Matrix::ntransintrows |
number of transformed integral rows obtained from non-integral lp rows
Definition at line 154 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixTransformContRows(), and mod2rowAddRow().
int Mod2Matrix::nzeroslackrows |
number of rows with zero slack
Definition at line 155 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), mod2MatrixAddOrigRow(), mod2MatrixAddTransRow(), mod2matrixPreprocessColumns(), mod2matrixRemoveRow(), mod2rowAddRow(), and SCIP_DECL_SEPAEXECLP().
int Mod2Matrix::nrows |
number of rows of the matrix; number of elements in rows
Definition at line 156 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixAddOrigRow(), mod2MatrixAddTransRow(), mod2matrixPreprocessRows(), mod2matrixRemoveRow(), and SCIP_DECL_SEPAEXECLP().
int Mod2Matrix::ncols |
number of cols of the matrix; number of elements in cols
Definition at line 157 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixAddCol(), mod2matrixPreprocessColumns(), mod2matrixRemoveCol(), and SCIP_DECL_SEPAEXECLP().
int Mod2Matrix::rowssize |
length of rows array
Definition at line 158 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), mod2MatrixAddOrigRow(), and mod2MatrixAddTransRow().
int Mod2Matrix::colssize |
length of cols array
Definition at line 159 of file sepa_zerohalf.c.
Referenced by buildMod2Matrix(), destroyMod2Matrix(), and mod2MatrixAddCol().