structure containing a transformed integral row obtained by relaxing an lp row
Definition at line 111 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 |
SCIP_Real TransIntRow::slack |
slack of row after transformation
Definition at line 113 of file sepa_zerohalf.c.
Referenced by generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
SCIP_Real TransIntRow::rhs |
right hand side value of integral row after transformation
Definition at line 114 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
SCIP_Real* TransIntRow::vals |
values of row
Definition at line 115 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
int* TransIntRow::varinds |
problem variable indices of row
Definition at line 116 of file sepa_zerohalf.c.
Referenced by addTransRow(), destroyMod2Matrix(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
int TransIntRow::size |
alloc size of row
Definition at line 117 of file sepa_zerohalf.c.
Referenced by destroyMod2Matrix(), and transformNonIntegralRow().
int TransIntRow::len |
length of row
Definition at line 118 of file sepa_zerohalf.c.
Referenced by addTransRow(), generateZerohalfCut(), mod2MatrixAddTransRow(), and transformNonIntegralRow().
int TransIntRow::rank |
rank of row
Definition at line 119 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().
SCIP_Bool TransIntRow::local |
is row local?
Definition at line 120 of file sepa_zerohalf.c.
Referenced by addTransRow(), and transformNonIntegralRow().