Changeset 1711 for stable/2.7/Cbc/src/CbcThread.cpp
- Timestamp:
- Jul 31, 2011 10:46:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7/Cbc/src/CbcThread.cpp
r1573 r1711 1895 1895 } 1896 1896 } 1897 1898 /// Indicates whether Cbc library has been compiled with multithreading support 1899 bool CbcModel::haveMultiThreadSupport() { return true; } 1900 1897 1901 #else 1898 // Dummy so file not empty1899 1902 // Default constructor 1900 1903 CbcBaseModel::CbcBaseModel() {} 1901 #endif 1902 1904 1905 bool CbcModel::haveMultiThreadSupport() { return false; } 1906 #endif 1907
Note: See TracChangeset
for help on using the changeset viewer.