Detailed Description
Definition at line 158 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 |
Field Documentation
◆ name
const char* RLT_SimpleRow::name |
name of the row
Definition at line 160 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), freeProjRow(), and separateMcCormickImplicit().
◆ coefs
SCIP_Real* RLT_SimpleRow::coefs |
coefficients
Definition at line 161 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), createProjRows(), freeProjRow(), and implBndToBigM().
◆ vars
SCIP_VAR** RLT_SimpleRow::vars |
variables
Definition at line 162 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), and freeProjRow().
◆ rhs
SCIP_Real RLT_SimpleRow::rhs |
right hand side
Definition at line 163 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), and createProjRows().
◆ lhs
SCIP_Real RLT_SimpleRow::lhs |
left hand side
Definition at line 164 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), and createProjRows().
◆ cst
SCIP_Real RLT_SimpleRow::cst |
constant
Definition at line 165 of file sepa_rlt.c.
Referenced by addAuxexprCoefs(), addRltTerm(), computeRltCut(), createProjRow(), and createProjRows().
◆ nnonz
int RLT_SimpleRow::nnonz |
number of nonzeroes
Definition at line 166 of file sepa_rlt.c.
Referenced by computeRltCut(), createProjRow(), createProjRows(), and separateRltCuts().
◆ size
int RLT_SimpleRow::size |
size of the coefs and vars arrays
Definition at line 167 of file sepa_rlt.c.
Referenced by createProjRow(), and freeProjRow().