- Timestamp:
- Aug 12, 2010 6:31:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplex.cpp
r1585 r1586 5600 5600 perturbation_ = savePerturbation; 5601 5601 if (problemStatus_ == 10) { 5602 if (!numberPrimalInfeasibilities_) 5602 if (!numberPrimalInfeasibilities_) { 5603 5603 problemStatus_ = 0; 5604 else 5604 numberDualInfeasibilities_ = 0; 5605 } else { 5605 5606 problemStatus_ = 4; 5607 } 5606 5608 } 5607 5609 }
Note: See TracChangeset
for help on using the changeset viewer.