matrix representing the modulo 2 system
Definition at line 163 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 165 of file sepa_zerohalf.c.
MOD2_ROW** Mod2Matrix::rows |
rows of the matrix
Definition at line 166 of file sepa_zerohalf.c.
TRANSINTROW* Mod2Matrix::transintrows |
transformed integral rows obtained from non-integral lp rows
Definition at line 167 of file sepa_zerohalf.c.
int Mod2Matrix::ntransintrows |
number of transformed integral rows obtained from non-integral lp rows
Definition at line 168 of file sepa_zerohalf.c.
int Mod2Matrix::nzeroslackrows |
number of rows with zero slack
Definition at line 169 of file sepa_zerohalf.c.
int Mod2Matrix::nrows |
number of rows of the matrix; number of elements in rows
Definition at line 170 of file sepa_zerohalf.c.
int Mod2Matrix::ncols |
number of cols of the matrix; number of elements in cols
Definition at line 171 of file sepa_zerohalf.c.
int Mod2Matrix::rowssize |
length of rows array
Definition at line 172 of file sepa_zerohalf.c.
int Mod2Matrix::colssize |
length of cols array
Definition at line 173 of file sepa_zerohalf.c.