Changeset 1123 for stable/1.6
- Timestamp:
- Sep 27, 2007 5:29:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/src/ClpSimplexDual.cpp
r1111 r1123 1527 1527 problemStatus_=10; 1528 1528 // Get rid of objective 1529 objective_ = new ClpLinearObjective(NULL,numberColumns_); 1529 if ((specialOptions_&16384)==0) 1530 objective_ = new ClpLinearObjective(NULL,numberColumns_); 1530 1531 } 1531 1532 rowArray_[0]->clear();
Note: See TracChangeset
for help on using the changeset viewer.