- Timestamp:
- Dec 30, 2009 12:22:51 PM (10 years ago)
- Location:
- stable/1.11/Clp/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.11/Clp/src/ClpNode.cpp
r1458 r1483 851 851 } 852 852 delete [] nodeInfo_; 853 #ifdef CLP_INVESTIGATE 854 // Should be NULL - find out why not? 855 assert (!saveCosts_); 856 #endif 857 delete [] saveCosts_; 853 858 } 854 859 // Return maximum number of nodes -
stable/1.11/Clp/src/ClpSimplexDual.cpp
r1458 r1483 6218 6218 { 6219 6219 if (solveLp) { 6220 // make sure won't create fake objective 6221 int saveOptions = specialOptions_; 6222 specialOptions_ |= 16384; 6220 6223 // solve 6221 6224 dual(0,7); … … 6228 6231 } 6229 6232 } 6233 specialOptions_ = saveOptions; 6230 6234 if (problemStatus_==1) 6231 6235 return NULL; // say infeasible
Note: See TracChangeset
for help on using the changeset viewer.