Definition at line 156 of file sepa_rlt.c.
Data Fields | |
const char * | name |
SCIP_Real * | coefs |
SCIP_VAR ** | vars |
SCIP_Real | rhs |
SCIP_Real | lhs |
SCIP_Real | cst |
int | nnonz |
int | size |
const char* RLT_SimpleRow::name |
name of the row
Definition at line 158 of file sepa_rlt.c.
Referenced by separateMcCormickImplicit().
SCIP_Real* RLT_SimpleRow::coefs |
SCIP_VAR** RLT_SimpleRow::vars |
variables
Definition at line 160 of file sepa_rlt.c.
SCIP_Real RLT_SimpleRow::rhs |
SCIP_Real RLT_SimpleRow::lhs |
SCIP_Real RLT_SimpleRow::cst |
constant
Definition at line 163 of file sepa_rlt.c.
Referenced by addAuxexprCoefs(), and addRltTerm().
int RLT_SimpleRow::nnonz |
number of nonzeroes
Definition at line 164 of file sepa_rlt.c.
Referenced by createProjRows(), and separateRltCuts().
int RLT_SimpleRow::size |
size of the coefs and vars arrays
Definition at line 165 of file sepa_rlt.c.