- Timestamp:
- May 10, 2008 2:37:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcHeuristicFPump.cpp
r931 r938 1240 1240 } 1241 1241 if (solutionFound) finalReturnCode=1; 1242 cutoff = CoinMin(cutoff,solutionValue );1242 cutoff = CoinMin(cutoff,solutionValue-model_->getCutoffIncrement()); 1243 1243 if (numberTries>=maximumRetries_||!solutionFound||exitAll||cutoff<continuousObjectiveValue+1.0e-7) { 1244 1244 break;
Note: See TracChangeset
for help on using the changeset viewer.