Skip to content

Commit c2413d3

Browse files
committed
say last algorithm dual
1 parent 7c93423 commit c2413d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OsiClp/OsiClpSolverInterface.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ void OsiClpSolverInterface::initialSolve()
858858
if (save < 2)
859859
modelPtr_->setLogLevel(0);
860860
modelPtr_->dual(0, startFinishOptions);
861+
lastAlgorithm_ = 2;
861862
totalIterations += modelPtr_->numberIterations();
862863
modelPtr_->setLogLevel(save);
863864
}

0 commit comments

Comments
 (0)