Changeset 2419 for trunk/Cbc/src/CbcModel.cpp
- Timestamp:
- Nov 15, 2018 11:15:28 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.cpp
r2404 r2419 3681 3681 #if HOTSTART<0 3682 3682 if (bestSolution_ && !parentModel_ && !hotstartSolution_ && 3683 (moreSpecialOptions_&1024) != 0) {3683 (moreSpecialOptions_&1024) != 0 && (specialOptions_&2048) == 0) { 3684 3684 // Set priorities so only branch on ones we need to 3685 3685 // use djs and see if only few branches needed
Note: See TracChangeset
for help on using the changeset viewer.