Changeset 1918 for trunk/Clp/src/ClpSimplexDual.cpp
- Timestamp:
- Feb 2, 2013 11:32:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexDual.cpp
r1878 r1918 6432 6432 intParam_[ClpMaxNumIteration] = saveMaximumIterations; 6433 6433 specialOptions_ = saveOptions; 6434 if (problemStatus_ != 0 )6434 if (problemStatus_ != 0 && problemStatus_ != 10) 6435 6435 return NULL; // say infeasible or odd 6436 6436 // May be empty
Note: See TracChangeset
for help on using the changeset viewer.