Changeset 1875
- Timestamp:
- Mar 10, 2013 1:20:11 PM (8 years ago)
- Location:
- stable/2.8/Cbc/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.8/Cbc/src/CbcModel.cpp
r1874 r1875 14194 14194 CbcBranchingObject * branch = static_cast <CbcBranchingObject *>(branch2) ; 14195 14195 #endif 14196 branch->setModel(this);14197 branchesLeft = node->branch( NULL); // old way14196 //branch->setModel(this); 14197 branchesLeft = node->branch(solver_); // old way 14198 14198 if (parallelMode() >= 0) 14199 14199 branch->setModel(baseModel); -
stable/2.8/Cbc/src/CbcSolver.cpp
r1865 r1875 1106 1106 } 1107 1107 } 1108 input[i ] = '\0';1108 input[i++] = '\0'; 1109 1109 argv[j+1] = CoinStrdup(input + saveI); 1110 1110 while (input[i] == ' ')
Note: See TracChangeset
for help on using the changeset viewer.