Home
last modified time | relevance | path

Searched refs:oldTolerance (Results 1 – 19 of 19) sorted by relevance

/dports/science/clhep/2.4.1.0/CLHEP/Vector/Vector/
H A DAxisAngle.icc114 Scalar oldTolerance( tolerance );
116 return oldTolerance;
H A DEulerAngles.icc120 double oldTolerance( tolerance );
122 return oldTolerance;
/dports/science/clhep/2.4.1.0/CLHEP/Vector/src/
H A DTwoVector.cc24 double oldTolerance (tolerance); in setTolerance() local
26 return oldTolerance; in setTolerance()
H A DLorentzVector.cc236 double oldTolerance (tolerance); in setTolerance() local
238 return oldTolerance; in setTolerance()
H A DSpaceVector.cc277 double oldTolerance (tolerance); in setTolerance() local
279 return oldTolerance; in setTolerance()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcNonLinearCost.cpp235 void AbcNonLinearCost::checkInfeasibilities(double oldTolerance) in checkInfeasibilities() argument
248 bool toNearest = oldTolerance <= 0.0; in checkInfeasibilities()
316 if (fabs(value - upperValue) > oldTolerance * 1.0001) { in checkInfeasibilities()
317 if (fabs(value - lowerValue) <= oldTolerance * 1.0001) { in checkInfeasibilities()
358 if (fabs(value - lowerValue) > oldTolerance * 1.0001) { in checkInfeasibilities()
359 if (fabs(value - upperValue) <= oldTolerance * 1.0001) { in checkInfeasibilities()
H A DClpNonLinearCost.cpp621 void ClpNonLinearCost::checkInfeasibilities(double oldTolerance) argument
634 bool toNearest = oldTolerance <= 0.0;
763 if (fabs(value - upperValue) > oldTolerance * 1.0001) {
764 if (fabs(value - lowerValue) <= oldTolerance * 1.0001) {
796 printf("ZZ %g %g %g %g\n", lowerValue, value, upperValue, oldTolerance);
797 if (fabs(value - lowerValue) > oldTolerance * 1.0001) {
798 if (fabs(value - upperValue) <= oldTolerance * 1.0001) {
954 if (fabs(value - upperValue) > oldTolerance * 1.0001) {
955 if (fabs(value - lowerValue) <= oldTolerance * 1.0001) {
996 if (fabs(value - lowerValue) > oldTolerance * 1.0001) {
[all …]
H A DAbcNonLinearCost.hpp97 void checkInfeasibilities(double oldTolerance = 0.0);
H A DClpNonLinearCost.hpp111 void checkInfeasibilities(double oldTolerance = 0.0);
H A DClpSimplexPrimal.cpp1497 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
1513 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
3218 double oldTolerance = factorization_->pivotTolerance(); in pivotResult() local
3220 if (factorization_->pivotTolerance() < 1.029 * oldTolerance in pivotResult()
3221 && oldTolerance < 0.995 in pivotResult()
3225 oldTolerance, factorization_->pivotTolerance()); in pivotResult()
H A DAbcSimplexPrimal.cpp1448 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
1460 abcNonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
H A DClpSimplexNonlinear.cpp492 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
496 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
H A DClpSimplex.cpp865 double oldTolerance = primalTolerance_; in gutsOfSolution() local
875 if (primalTolerance_ != oldTolerance) { in gutsOfSolution()
877 oldTolerance, primalTolerance_); in gutsOfSolution()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNonLinearCost.cpp536 ClpNonLinearCost::checkInfeasibilities(double oldTolerance) argument
549 bool toNearest = oldTolerance <= 0.0;
680 if (fabs(value - upperValue) > oldTolerance * 1.0001) {
681 if (fabs(value - lowerValue) <= oldTolerance * 1.0001) {
713 … printf("ZZ %g %g %g %g\n", lowerValue, value, upperValue, oldTolerance);
714 if (fabs(value - lowerValue) > oldTolerance * 1.0001) {
715 if (fabs(value - upperValue) <= oldTolerance * 1.0001) {
871 if (fabs(value - upperValue) > oldTolerance * 1.0001) {
872 if (fabs(value - lowerValue) <= oldTolerance * 1.0001) {
913 if (fabs(value - lowerValue) > oldTolerance * 1.0001) {
[all …]
H A DClpSimplexPrimal.cpp1312 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
1328 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
H A DClpSimplexNonlinear.cpp492 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
496 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
/dports/math/ogdf/OGDF/include/coin/
H A DClpNonLinearCost.hpp115 void checkInfeasibilities(double oldTolerance = 0.0);
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpSimplexPrimal.cpp1317 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
1333 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()
H A DIClpSimplexPrimal_Wolfe.cpp1287 double oldTolerance = primalTolerance_; in statusOfProblemInPrimal() local
1303 nonLinearCost_->checkInfeasibilities(oldTolerance); in statusOfProblemInPrimal()