Home
last modified time | relevance | path

Searched refs:bestObjectiveValue (Results 1 – 7 of 7) sorted by relevance

/dports/math/ogdf/OGDF/include/coin/
H A DOsiAuxInfo.hpp140 inline double bestObjectiveValue() const in bestObjectiveValue() function in OsiBabSolver
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiAuxInfo.hpp161 inline double bestObjectiveValue() const in bestObjectiveValue() function in OsiBabSolver
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiAuxInfo.hpp161 inline double bestObjectiveValue() const in bestObjectiveValue() function in OsiBabSolver
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcLinked.hpp120 inline double bestObjectiveValue() const in bestObjectiveValue() function in OsiSolverLink
1385 inline double bestObjectiveValue() const in bestObjectiveValue() function in OsiSolverLinearizedQuadratic
H A DCbcLinked.cpp2495 double bestObjectiveValue = COIN_DBL_MAX; in linearizedBAB() local
2618 bestObjectiveValue = solver3->bestObjectiveValue(); in linearizedBAB()
2619 setBestObjectiveValue(bestObjectiveValue); in linearizedBAB()
2650 printf("obj %g\n", bestObjectiveValue); in linearizedBAB()
2652 return bestObjectiveValue; in linearizedBAB()
3917 double newSolutionValue = clpSolver->bestObjectiveValue(); in solution()
H A DCbcSolver.cpp3686 double bestObjectiveValue = solver3->bestObjectiveValue(); in CbcMain1() local
3687 linkSolver->setBestObjectiveValue(bestObjectiveValue); in CbcMain1()
3722 printf("obj %g\n", bestObjectiveValue); in CbcMain1()
6494 solver3->bestObjectiveValue()); in CbcMain1()
H A DCbcModel.cpp12910 bool solutionComesFromNlp = solverCharacteristics_->bestObjectiveValue() < cutoff;