Definition at line 102 of file sepa_zerohalf.c.
Data Fields | |
unsigned int | type:2 |
unsigned int | index:30 |
unsigned int RowIndex::type |
type of row index; 0 means lp row using the right hand side, 1 means lp row using the left hand side, and 2 means a transformed integral row
Definition at line 104 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), and mod2MatrixAddTransRow().
unsigned int RowIndex::index |
lp position of original row, or index of transformed integral row
Definition at line 107 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), mod2MatrixAddTransRow(), and SCIP_DECL_HASHKEYVAL().