- Timestamp:
- Mar 16, 2011 12:25:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexPrimal.cpp
r1696 r1707 1484 1484 problemStatus_ = 10; // try dual 1485 1485 // See if second call 1486 if ((moreSpecialOptions_ & 256) != 0||nonLinearCost_-> numberInfeasibilities()>1.0e2) {1486 if ((moreSpecialOptions_ & 256) != 0||nonLinearCost_->sumInfeasibilities()>1.0e2) { 1487 1487 numberPrimalInfeasibilities_ = nonLinearCost_->numberInfeasibilities(); 1488 1488 sumPrimalInfeasibilities_ = nonLinearCost_->sumInfeasibilities();
Note: See TracChangeset
for help on using the changeset viewer.