#include <scipParaObjNodesel.h>
Public Member Functions | |
| ScipParaObjNodesel (ScipParaSolver *solver) | |
| virtual | ~ScipParaObjNodesel () |
| virtual | SCIP_DECL_NODESELSELECT (scip_select) |
| virtual | SCIP_DECL_NODESELCOMP (scip_comp) |
| void | reset () |
Private Member Functions | |
| int | getNBoundChanges (SCIP_NODE *node) |
Private Attributes | |
| ScipParaSolver * | scipParaSolver |
Definition at line 47 of file scipParaObjNodesel.h.
| ScipParaObjNodesel | ( | ScipParaSolver * | solver | ) |
default constructor
Definition at line 55 of file scipParaObjNodesel.h.
|
virtual |
destructor
Definition at line 64 of file scipParaObjNodesel.h.
|
private |
check root node solvability
Definition at line 179 of file scipParaObjNodesel.cpp.
References UG::AllBoundChangesTransfer, DEFAULT_NUM_EPSILON, EPSGT, EPSLT, ParaParamSet::getBoolParamValue(), BbParaSolver::getParaParamSet(), ScipParaSolver::getScip(), BbParaSolver::isRacingStage(), MINEPSILON, UG::NoAllBoundChangesTransferInRacing, and ScipParaObjNodesel::scipParaSolver.
| void reset | ( | ) |
Definition at line 76 of file scipParaObjNodesel.h.
Referenced by ScipParaSolver::createSubproblem().
|
virtual |
node comparison method of node selector
|
virtual |
node selection method of node selector
|
private |
Definition at line 49 of file scipParaObjNodesel.h.
Referenced by ScipParaObjNodesel::getNBoundChanges().