Home
last modified time | relevance | path

Searched refs:newObjectiveValue (Results 1 – 6 of 6) sorted by relevance

/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcTreeNode.cpp811 double newObjectiveValue = 1.0e100; in chooseBranch() local
835 newObjectiveValue = in chooseBranch()
843 newObjectiveValue = objectiveValue + newUpper[i]; in chooseBranch()
846 objectiveChange = newObjectiveValue - objectiveValue; in chooseBranch()
849 if (newObjectiveValue > model->getCutoff()) { in chooseBranch()
859 if (newObjectiveValue > model->getCutoff()) in chooseBranch()
890 newObjectiveValue = in chooseBranch()
898 newObjectiveValue = objectiveValue + newLower[i]; in chooseBranch()
901 objectiveChange = newObjectiveValue - objectiveValue; in chooseBranch()
904 if (newObjectiveValue > model->getCutoff()) { in chooseBranch()
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcNode.cpp1147 newObjectiveValue = 1.0e100; in chooseBranch()
1170 newObjectiveValue, in chooseBranch()
1277 newObjectiveValue, in chooseBranch()
3216 newObjectiveValue, in chooseDynamicBranch()
3435 newObjectiveValue, in chooseDynamicBranch()
4127 double newObjectiveValue = 1.0e100; in solveAnalyze() local
4228 newObjectiveValue = 1.0e100; in solveAnalyze()
4871 double newObjectiveValue; in analyze() local
4873 newObjectiveValue = -newObjectiveValue; in analyze()
4886 newObjectiveValue, in analyze()
[all …]
H A DCbcModel.cpp12996 double newObjectiveValue = cutoff; local
12997 if (solverCharacteristics_->solution(newObjectiveValue,
13000 objectiveValue = newObjectiveValue;
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiChooseVariable.cpp1207 double newObjectiveValue = solver->getObjSense()*solver->getObjValue(); in updateInformation() local
1208 changes_[iBranch] =CoinMax(0.0,newObjectiveValue-originalObjectiveValue_); in updateInformation()
1211 if (!status&&newObjectiveValue>=info->cutoff_) { in updateInformation()
1217 if (!status&&choose->trustStrongForSolution()&&newObjectiveValue<choose->goodObjectiveValue()) { in updateInformation()
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiChooseVariable.cpp1189 double newObjectiveValue = solver->getObjSense() * solver->getObjValue(); in updateInformation() local
1190 changes_[iBranch] = CoinMax(0.0, newObjectiveValue - originalObjectiveValue_); in updateInformation()
1193 if (!status && newObjectiveValue >= info->cutoff_) { in updateInformation()
1199 …if (!status && choose->trustStrongForSolution() && newObjectiveValue < choose->goodObjectiveValue(… in updateInformation()
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiChooseVariable.cpp1189 double newObjectiveValue = solver->getObjSense() * solver->getObjValue(); in updateInformation() local
1190 changes_[iBranch] = CoinMax(0.0, newObjectiveValue - originalObjectiveValue_); in updateInformation()
1193 if (!status && newObjectiveValue >= info->cutoff_) { in updateInformation()
1199 …if (!status && choose->trustStrongForSolution() && newObjectiveValue < choose->goodObjectiveValue(… in updateInformation()