Detailed Description
structure containing a transformed integral row obtained by relaxing an lp row
Definition at line 117 of file sepa_zerohalf.c.
Data Fields | |
| SCIP_Real | slack |
| SCIP_Real | rhs |
| SCIP_Real * | vals |
| int * | varinds |
| int | size |
| int | len |
| int | rank |
| SCIP_Bool | local |
Field Documentation
◆ slack
| SCIP_Real TransIntRow::slack |
slack of row after transformation
Definition at line 119 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ rhs
| SCIP_Real TransIntRow::rhs |
right hand side value of integral row after transformation
Definition at line 120 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ vals
| SCIP_Real* TransIntRow::vals |
values of row
Definition at line 121 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ varinds
| int* TransIntRow::varinds |
problem variable indices of row
Definition at line 122 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ size
| int TransIntRow::size |
alloc size of row
Definition at line 123 of file sepa_zerohalf.c.
Referenced by destroyMod2Matrix(), and transformNonIntegralRow().
◆ len
| int TransIntRow::len |
length of row
Definition at line 124 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ rank
| int TransIntRow::rank |
rank of row
Definition at line 125 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().
◆ local
| SCIP_Bool TransIntRow::local |
is row local?
Definition at line 126 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().
