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 b76d084 commit 2ed12a0Copy full SHA for 2ed12a0
src/algorithms/EpsilonConstraint.jl
@@ -133,7 +133,7 @@ function minimize_multiobjective!(
133
if !_is_scalar_status_optimal(model)
134
break
135
end
136
- # First-stage solve: minimize f₁: f₂ <= f₂^*
+ # Second-stage solve: minimize f₁: f₂ <= f₂^*
137
f_2_star = MOI.get(inner, MOI.ObjectiveValue())::Float64
138
MOI.set(inner, MOI.ObjectiveFunction{typeof(f1)}(), f1)
139
bound_2 = f_2_star - constant_2
0 commit comments