Skip to content

Commit

Permalink
make keepnames right way round
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Aug 26, 2022
1 parent c5b57d3 commit debcd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClpSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ int ClpMain1(std::deque<std::string> inputQueue, AbcSimplex &model,
printMode = mode;
break;
case ClpParam::KEEPNAMES:
keepImportNames = 1 - mode;
keepImportNames = mode;
break;
case ClpParam::PRESOLVE:
if (mode == 0)
Expand Down

0 comments on commit debcd06

Please sign in to comment.