Detailed Description
structure containing a transformed integral row obtained by relaxing an lp row
Definition at line 126 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 128 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 129 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ vals
SCIP_Real* TransIntRow::vals |
values of row
Definition at line 130 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ varinds
int* TransIntRow::varinds |
problem variable indices of row
Definition at line 131 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ size
int TransIntRow::size |
alloc size of row
Definition at line 132 of file sepa_zerohalf.c.
Referenced by destroyMod2Matrix(), and transformNonIntegralRow().
◆ len
int TransIntRow::len |
length of row
Definition at line 133 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
◆ rank
int TransIntRow::rank |
rank of row
Definition at line 134 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().
◆ local
SCIP_Bool TransIntRow::local |
is row local?
Definition at line 135 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().