Skip to content

Commit

Permalink
say last algorithm dual
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed May 9, 2024
1 parent 7c93423 commit c2413d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OsiClp/OsiClpSolverInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ void OsiClpSolverInterface::initialSolve()
if (save < 2)
modelPtr_->setLogLevel(0);
modelPtr_->dual(0, startFinishOptions);
lastAlgorithm_ = 2;
totalIterations += modelPtr_->numberIterations();
modelPtr_->setLogLevel(save);
}
Expand Down

0 comments on commit c2413d3

Please sign in to comment.