Changeset 782 for trunk/Cbc/src/CbcTree.cpp
- Timestamp:
- Sep 9, 2007 6:28:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcTree.cpp
r777 r782 186 186 r_val = nodes_[i]->objectiveValue(); 187 187 } 188 return r_val;189 }188 } 189 return r_val; 190 190 } 191 191 /*! \brief Prune the tree using an objective function cutoff
Note: See TracChangeset
for help on using the changeset viewer.