Home
last modified time | relevance | path

Searched refs:thetaDown (Results 1 – 5 of 5) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicFPump.cpp2951 if (thetaDown > primalTolerance) { in rounds()
2962 if (thetaDown * el > distanceUp) in rounds()
2963 thetaDown = distanceUp / el; in rounds()
2968 if (thetaDown * el > distanceDown) in rounds()
2969 thetaDown = distanceDown / el; in rounds()
2975 if (thetaDown * el < distanceDown) in rounds()
2976 thetaDown = distanceDown / el; in rounds()
2981 if (thetaDown * el < distanceUp) in rounds()
2982 thetaDown = distanceUp / el; in rounds()
2989 if (thetaDown < 1.0e-8) in rounds()
[all …]
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexDual.cpp6471 double thetaDown = 1.0e31; in checkPossibleValuesMove() local
6532 thetaDown = 0.0; in checkPossibleValuesMove()
6559 value = oldValue - thetaDown * alpha; in checkPossibleValuesMove()
6587 value = oldValue - thetaDown * alpha; in checkPossibleValuesMove()
6603 changeDown = -thetaDown * changeDown; in checkPossibleValuesMove()
6604 if (CoinMax(fabs(thetaDown), fabs(thetaUp)) < 1.0e-8) { in checkPossibleValuesMove()
6613 theta_ = thetaDown; in checkPossibleValuesMove()
6675 double thetaDown = 1.0e31; in checkPossibleCleanup() local
6752 thetaDown = 0.0; in checkPossibleCleanup()
6778 value = oldValue - thetaDown * alpha; in checkPossibleCleanup()
[all …]
H A DClpSimplexOther.cpp245 double thetaDown = 1.0e31; in checkDualRatios() local
286 thetaDown = 0.0; in checkDualRatios()
301 if (oldValue - thetaDown * alpha > dualTolerance_) { in checkDualRatios()
302 thetaDown = -(dualTolerance_ - oldValue) / alpha; in checkDualRatios()
318 if (oldValue - thetaDown * alpha < -dualTolerance_) { in checkDualRatios()
319 thetaDown = (dualTolerance_ + oldValue) / alpha; in checkDualRatios()
334 costDecrease = thetaDown; in checkDualRatios()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexDual.cpp7538 double thetaDown = 1.0e31; in checkPossibleValuesMove() local
7599 thetaDown = 0.0; in checkPossibleValuesMove()
7629 thetaDown = oldValue / alpha; in checkPossibleValuesMove()
7657 thetaDown = oldValue / alpha; in checkPossibleValuesMove()
7670 changeDown = -thetaDown * changeDown; in checkPossibleValuesMove()
7680 theta_ = thetaDown; in checkPossibleValuesMove()
7741 double thetaDown = 1.0e31; in checkPossibleCleanup() local
7818 thetaDown = 0.0; in checkPossibleCleanup()
7847 thetaDown = oldValue / alpha; in checkPossibleCleanup()
7874 thetaDown = oldValue / alpha; in checkPossibleCleanup()
[all …]
H A DClpSimplexOther.cpp274 double thetaDown = 1.0e31; in checkDualRatios() local
319 thetaDown = 0.0; in checkDualRatios()
334 if (oldValue - thetaDown * alpha > dualTolerance_) { in checkDualRatios()
335 thetaDown = -(dualTolerance_ - oldValue) / alpha; in checkDualRatios()
351 if (oldValue - thetaDown * alpha < -dualTolerance_) { in checkDualRatios()
352 thetaDown = (dualTolerance_ + oldValue) / alpha; in checkDualRatios()
367 costDecrease = thetaDown; in checkDualRatios()