- Timestamp:
- Sep 30, 2010 12:17:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSolve.cpp
r1611 r1612 2483 2483 // checkSolution(); already done by postSolve 2484 2484 setLogLevel(saveLevel); 2485 int oldStatus=problemStatus_; 2485 2486 setProblemStatus(finalStatus); 2486 2487 setSecondaryStatus(finalSecondaryStatus); 2487 2488 int rcode=eventHandler()->event(ClpEventHandler::presolveAfterFirstSolve); 2488 if (finalStatus != 3 && rcode < 0 && (finalStatus || status()== -1)) {2489 if (finalStatus != 3 && rcode < 0 && (finalStatus || oldStatus == -1)) { 2489 2490 int savePerturbation = perturbation(); 2490 2491 if (!finalStatus || (moreSpecialOptions_ & 2) == 0) {
Note: See TracChangeset
for help on using the changeset viewer.