RowIndex Struct Reference
Detailed Description
Definition at line 117 of file sepa_zerohalf.c.
Data Fields | |
unsigned int | type:2 |
unsigned int | index:30 |
Field Documentation
◆ type
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 119 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), and mod2MatrixAddTransRow().
◆ index
unsigned int RowIndex::index |
lp position of original row, or index of transformed integral row
Definition at line 122 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddOrigRow(), mod2MatrixAddTransRow(), and SCIP_DECL_HASHKEYVAL().