- Timestamp:
- Jul 28, 2011 2:50:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7/Cbc/src/CbcSolver.cpp
r1696 r1706 6378 6378 if (!status || (status > 0 && allowImportErrors)) { 6379 6379 #ifndef CBC_OTHER_SOLVER 6380 if (keepImportNames && gmpl <= 0) {6380 if (keepImportNames) { 6381 6381 lengthName = lpSolver->lengthNames(); 6382 6382 rowNames = *(lpSolver->rowNames());
Note: See TracChangeset
for help on using the changeset viewer.