Changeset 1736 for stable/1.14
- Timestamp:
- Jun 10, 2011 12:14:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.14/Clp/src/ClpSimplexPrimal.cpp
r1665 r1736 1418 1418 // carry on 1419 1419 problemStatus_ = -1; 1420 if(type == 3 && problemStatus_ != -5) {1420 if(type == 3 && !ifValuesPass) { 1421 1421 //bool unflagged = 1422 1422 unflag();
Note: See TracChangeset
for help on using the changeset viewer.