#include <scipParaDiffSubproblem.h>
Public Member Functions | |
ScipParaDiffSubproblemVarBranchStats () | |
~ScipParaDiffSubproblemVarBranchStats () | |
Public Attributes | |
int | offset |
int | nVarBranchStats |
int * | idxBranchStatsVars |
SCIP_Real * | downpscost |
SCIP_Real * | uppscost |
SCIP_Real * | downvsids |
SCIP_Real * | upvsids |
SCIP_Real * | downconflen |
SCIP_Real * | upconflen |
SCIP_Real * | downinfer |
SCIP_Real * | upinfer |
SCIP_Real * | downcutoff |
SCIP_Real * | upcutoff |
Definition at line 273 of file scipParaDiffSubproblem.h.
default constructor
Definition at line 291 of file scipParaDiffSubproblem.h.
destractor
Definition at line 308 of file scipParaDiffSubproblem.h.
References ScipParaDiffSubproblemVarBranchStats::downconflen, ScipParaDiffSubproblemVarBranchStats::downcutoff, ScipParaDiffSubproblemVarBranchStats::downinfer, ScipParaDiffSubproblemVarBranchStats::downpscost, ScipParaDiffSubproblemVarBranchStats::downvsids, ScipParaDiffSubproblemVarBranchStats::idxBranchStatsVars, ScipParaDiffSubproblemVarBranchStats::upconflen, ScipParaDiffSubproblemVarBranchStats::upcutoff, ScipParaDiffSubproblemVarBranchStats::upinfer, ScipParaDiffSubproblemVarBranchStats::uppscost, and ScipParaDiffSubproblemVarBranchStats::upvsids.
SCIP_Real* downconflen |
values to which conflict length score for downwards branching
Definition at line 283 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getDownconflen(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* downcutoff |
values to which cutoff counter for downwards branching
Definition at line 287 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getDowncutoff(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* downinfer |
values to which inference counter for downwards branching
Definition at line 285 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getDowninfer(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* downpscost |
values to which pseudocosts for downwards branching
Definition at line 279 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getDownpscost(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* downvsids |
values to which VSIDS score for downwards branching
Definition at line 281 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getDownvsids(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
int* idxBranchStatsVars |
indices of branch stats vars
Definition at line 278 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getIdxLBranchStatsVars(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
int nVarBranchStats |
number of branch stats
Definition at line 277 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getNVarBranchStats(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::toStringStat(), and ScipParaDiffSubproblem::write().
int offset |
root node depth of the collected nodes
Definition at line 276 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::bcast(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getOffset(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblemMpi::receive(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblemMpi::send(), ScipParaDiffSubproblem::toString(), and ScipParaDiffSubproblem::write().
SCIP_Real* upconflen |
values to which conflict length score for upwards branching
Definition at line 284 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getUpconflen(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* upcutoff |
values to which cutoff counter for upwards branching
Definition at line 288 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getUpcutoff(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* upinfer |
values to which inference counter for upwards branching
Definition at line 286 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getUpinfer(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* uppscost |
values to which pseudocosts for upwards branching
Definition at line 280 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getUppscost(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().
SCIP_Real* upvsids |
values to which VSIDS score for upwards branching
Definition at line 282 of file scipParaDiffSubproblem.h.
Referenced by ScipParaDiffSubproblem::addBranchVarStats(), ScipParaDiffSubproblem::addInitialBranchVarStats(), ScipParaDiffSubproblemMpi::createDatatypeVarBranchStats(), ScipParaDiffSubproblem::getUpvsids(), ScipParaDiffSubproblem::read(), ScipParaDiffSubproblem::ScipParaDiffSubproblem(), ScipParaDiffSubproblem::toString(), ScipParaDiffSubproblem::write(), and ScipParaDiffSubproblemVarBranchStats::~ScipParaDiffSubproblemVarBranchStats().