Changeset 1772 for stable/2.7
- Timestamp:
- Apr 9, 2012 11:43:29 AM (9 years ago)
- Location:
- stable/2.7/Cbc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1771
- Property svn:mergeinfo changed
-
stable/2.7/Cbc/src/CbcModel.cpp
r1765 r1772 11247 11247 NB - Not all of this if from solve with cuts 11248 11248 */ 11249 saveBestSolution( solution, objectiveValue);11249 saveBestSolution(candidate, objectiveValue); 11250 11250 //bestObjective_ = objectiveValue; 11251 11251 //int numberColumns = solver_->getNumCols();
Note: See TracChangeset
for help on using the changeset viewer.