- Timestamp:
- Jan 21, 2016 1:48:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.16/Clp/src/ClpSimplexDual.cpp
r2181 r2194 6922 6922 dual(0, 7); 6923 6923 if (problemStatus_ == 10) { 6924 ClpSimplex::dual(0, 0);6924 ClpSimplex::dual(0, 7); 6925 6925 //if (problemStatus_) 6926 6926 //printf("second go in hot start %d iterations - status %d\n", 6927 6927 // numberIterations_,problemStatus_); 6928 6928 assert (problemStatus_ != 10); 6929 if (problemStatus_ == 0 ) {6929 if (problemStatus_ == 0 && false) { 6930 6930 dual(0, 7); 6931 6931 #if 0
Note: See TracChangeset
for help on using the changeset viewer.