Changeset 1004 for stable/2.1/Cbc/src/CbcModel.hpp
- Timestamp:
- Jul 15, 2008 12:02:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.1/Cbc/src/CbcModel.hpp
r941 r1004 1526 1526 1527 1527 /** Copy constructor . 1528 If noTree is true then tree and cuts are not copied1528 If cloneHandler true - non-default handler cloned 1529 1529 */ 1530 CbcModel(const CbcModel & rhs, bool noTree=false);1530 CbcModel(const CbcModel & rhs, bool cloneHandler=false); 1531 1531 1532 1532 /// Assignment operator
Note: See TracChangeset
for help on using the changeset viewer.