Changeset 1503 for trunk/Clp/src/ClpSimplexPrimal.cpp
- Timestamp:
- Jan 29, 2010 1:49:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexPrimal.cpp
r1499 r1503 1452 1452 if (numberIterations_>lastBadIteration_+100) 1453 1453 moreSpecialOptions_ &= ~16; // clear check accuracy flag 1454 if (goToDual|| numberIterations_>1000&&largestPrimalError_>1.0e61455 &&largestDualError_>1.0e6) {1454 if (goToDual||(numberIterations_>1000&&largestPrimalError_>1.0e6 1455 &&largestDualError_>1.0e6)) { 1456 1456 problemStatus_=10; // try dual 1457 1457 // See if second call
Note: See TracChangeset
for help on using the changeset viewer.