Changeset 1972 for stable/2.7/Cbc/src/CbcModel.cpp
- Timestamp:
- Oct 19, 2013 11:59:10 AM (7 years ago)
- Location:
- stable/2.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7
-
stable/2.7/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1971
- Property svn:mergeinfo changed
-
stable/2.7/Cbc/src/CbcModel.cpp
r1833 r1972 4880 4880 return ; 4881 4881 } 4882 4883 // Cloning method 4884 4885 CbcModel *CbcModel::clone (bool cloneHandler) { 4886 return new CbcModel (*this, cloneHandler); 4887 } 4888 4882 4889 4883 4890 // Copy constructor.
Note: See TracChangeset
for help on using the changeset viewer.