tclique data for bound cut generation
Definition at line 205 of file cons_sos1.c.
Data Fields | |
SCIP * | scip |
SCIP_CONSHDLR * | conshdlr |
SCIP_DIGRAPH * | conflictgraph |
SCIP_SOL * | sol |
SCIP_Real | scaleval |
SCIP_Bool | cutoff |
int | ncuts |
int | nboundcuts |
int | maxboundcuts |
SCIP_Bool | strthenboundcuts |
SCIP* TCLIQUE_Data::scip |
SCIP_CONSHDLR* TCLIQUE_Data::conshdlr |
SOS1 constraint handler
Definition at line 208 of file cons_sos1.c.
Referenced by initTCliquegraph().
SCIP_DIGRAPH* TCLIQUE_Data::conflictgraph |
SCIP_SOL* TCLIQUE_Data::sol |
LP solution to be separated (or NULL)
Definition at line 210 of file cons_sos1.c.
Referenced by initTCliquegraph(), sepaBoundInequalitiesFromGraph(), and separateCuts().
SCIP_Real TCLIQUE_Data::scaleval |
factor for scaling weights
Definition at line 211 of file cons_sos1.c.
Referenced by initTCliquegraph(), sepaBoundInequalitiesFromGraph(), separateCuts(), and updateWeightsTCliquegraph().
SCIP_Bool TCLIQUE_Data::cutoff |
whether a cutoff occurred
Definition at line 212 of file cons_sos1.c.
Referenced by sepaBoundInequalitiesFromGraph(), and separateCuts().
int TCLIQUE_Data::ncuts |
number of bound cuts found in this iteration
Definition at line 213 of file cons_sos1.c.
Referenced by addBoundCutSepa(), initTCliquegraph(), sepaBoundInequalitiesFromGraph(), and separateCuts().
int TCLIQUE_Data::nboundcuts |
number of bound cuts found so far
Definition at line 214 of file cons_sos1.c.
Referenced by addBoundCutSepa(), initTCliquegraph(), and sepaBoundInequalitiesFromGraph().
int TCLIQUE_Data::maxboundcuts |
maximal number of clique cuts separated per separation round (-1: no limit)
Definition at line 215 of file cons_sos1.c.
Referenced by initTCliquegraph(), and sepaBoundInequalitiesFromGraph().
SCIP_Bool TCLIQUE_Data::strthenboundcuts |
if TRUE then bound cuts are strengthened in case bound variables are available
Definition at line 216 of file cons_sos1.c.
Referenced by initTCliquegraph().