Skip to content

Commit bde718e

Browse files
committed
Update
1 parent 31d9aa1 commit bde718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/Chalmet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function minimize_multiobjective!(algorithm::Chalmet, model::Optimizer)
7777
end
7878
_, y2[1] = _compute_point(model, variables, f1)
7979
if y2[1] solutions[1].y[1]
80-
return MOI.OPTIMAL, solutions
80+
return MOI.OPTIMAL, [solutions]
8181
end
8282
MOI.set(model.inner, MOI.ObjectiveFunction{typeof(f2)}(), f2)
8383
y2_constraint = MOI.Utilities.normalize_and_add_constraint(

0 commit comments

Comments
 (0)