Changeset 434 for trunk/Cbc/src/CbcModel.cpp
- Timestamp:
- Sep 22, 2006 4:05:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r397 r434 1703 1703 status_=1; 1704 1704 if (!status_) { 1705 bestPossibleObjective_=bestObjective_; 1705 // Set best possible unless stopped on gap 1706 if(secondaryStatus_ != 2) 1707 bestPossibleObjective_=bestObjective_; 1706 1708 handler_->message(CBC_END_GOOD,messages_) 1707 1709 << bestObjective_ << numberIterations_ << numberNodes_<<getCurrentSeconds()
Note: See TracChangeset
for help on using the changeset viewer.