- Timestamp:
- Feb 2, 2015 6:31:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.16/Clp/src/ClpSimplexDual.cpp
r2078 r2102 542 542 } 543 543 } 544 // If looks odd try other way 545 if ((moreSpecialOptions_&256)==0 && 546 fabs(objectiveValue_)>1.0e20&&sumDualInfeasibilities_>1.0 547 &&problemStatus_<0) { 548 problemStatus_=10; 549 break; 550 } 544 551 // Do iterations 545 552 int returnCode = whileIterating(saveDuals, ifValuesPass);
Note: See TracChangeset
for help on using the changeset viewer.