We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d9aa1 commit bde718eCopy full SHA for bde718e
src/algorithms/Chalmet.jl
@@ -77,7 +77,7 @@ function minimize_multiobjective!(algorithm::Chalmet, model::Optimizer)
77
end
78
_, y2[1] = _compute_point(model, variables, f1)
79
if y2[1] ≈ solutions[1].y[1]
80
- return MOI.OPTIMAL, solutions
+ return MOI.OPTIMAL, [solutions]
81
82
MOI.set(model.inner, MOI.ObjectiveFunction{typeof(f2)}(), f2)
83
y2_constraint = MOI.Utilities.normalize_and_add_constraint(
0 commit comments