Skip to content

Commit 15b63e8

Browse files
committed
Only clearing dual data in Highs::multiobjectiveSolve(); formatted
1 parent 36b17bb commit 15b63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/lp_data/HighsInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3952,7 +3952,7 @@ HighsStatus Highs::multiobjectiveSolve() {
39523952
// this->clearSolver() since this loses the current solution - that
39533953
// may have been provided by the user (#2419). Just clear the dual
39543954
// data.
3955-
//
3955+
//
39563956
this->clearSolverDualData();
39573957
if (this->options_.blend_multi_objectives) {
39583958
// Objectives are blended by weight and minimized

0 commit comments

Comments
 (0)