Changeset 1813 for trunk/Cbc/src/CbcModel.hpp
- Timestamp:
- Nov 22, 2012 2:00:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.hpp
r1802 r1813 1745 1745 inline int specialOptions() const { 1746 1746 return specialOptions_; 1747 } 1748 /// Set random seed 1749 inline void setRandomSeed(int value) { 1750 randomSeed_ = value; 1751 } 1752 /// Get random seed 1753 inline int getRandomSeed() const { 1754 return randomSeed_; 1747 1755 } 1748 1756 /// Tell model to stop on event … … 2650 2658 /// Maximum number of rows 2651 2659 int maximumRows_; 2660 /// Random seed 2661 int randomSeed_; 2652 2662 /// Current depth 2653 2663 int currentDepth_;
Note: See TracChangeset
for help on using the changeset viewer.