Home
last modified time | relevance | path

Searched refs:getIncumbentValue (Results 1 – 9 of 9) sorted by relevance

/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsKnowledgeBrokerSerial.h85 virtual double getIncumbentValue() const { in getIncumbentValue() function
H A DAlpsKnowledgeBrokerMPI.h653 virtual double getIncumbentValue() const { in getIncumbentValue() function
H A DAlpsKnowledgeBroker.h443 virtual double getIncumbentValue() const = 0;
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisTreeNode.cpp106 cutoff = CoinMin(cutoff, broker()->getIncumbentValue()); in process()
159 cutoff = CoinMin(cutoff, broker()->getIncumbentValue()); in boundingLoop()
252 double abs_gap = broker()->getIncumbentValue()-getQuality(); in branch()
253 double rel_gap = abs_gap/fabs(broker()->getIncumbentValue()); in branch()
1137 double incum_val = broker()->getIncumbentValue(); in branchConstrainOrPrice()
1181 double cutup = broker_->getIncumbentValue() * in reducedCostFix()
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoTreeNode.cpp448 cutoff = CoinMin(cutoff, broker()->getIncumbentValue()); in process()
578 cutoff = CoinMin(cutoff, broker()->getIncumbentValue()); in boundingLoop()
820 double incum_value = broker()->getIncumbentValue(); in callHeuristics()
1206 double abs_gap = broker()->getIncumbentValue()-getQuality(); in branch()
1207 double rel_gap = abs_gap/fabs(broker()->getIncumbentValue()); in branch()
1619 else if (broker()->getIncumbentValue()<quality_) { in branchConstrainOrPrice()
1628 gap = (broker()->getIncumbentValue() - quality_)/fabs(quality_); in branchConstrainOrPrice()
1732 double incum_val = broker()->getIncumbentValue(); in branchConstrainOrPrice()
H A DDcoModel.cpp1536 double ub = broker()->getIncumbentValue(); in nodeLog()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Knap/
H A DKnapTreeNode.cpp106 bestval = -static_cast<int>(broker()->getIncumbentValue()); in process()
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/
H A DVrpHeurTSP.cpp84 double upperBound = model->getKnowledgeBroker()->getIncumbentValue(); in searchSolution()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcTreeNode.cpp96 double bestValue = broker()->getIncumbentValue(); in process()