Changeset 1173 for stable/1.6
- Timestamp:
- Mar 15, 2008 5:04:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/src/ClpSimplex.cpp
r1127 r1173 7265 7265 // Get rid of some arrays and empty factorization 7266 7266 int getRidOfData=1; 7267 if ( (startFinishOptions&1)!=0||problemStatus_==10) {7267 if (upper_&&((startFinishOptions&1)!=0||problemStatus_==10)) { 7268 7268 getRidOfData=0; // Keep stuff 7269 7269 // mark all as current
Note: See TracChangeset
for help on using the changeset viewer.