Skip to content

Commit 2ed12a0

Browse files
committed
Update
1 parent b76d084 commit 2ed12a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/EpsilonConstraint.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function minimize_multiobjective!(
133133
if !_is_scalar_status_optimal(model)
134134
break
135135
end
136-
# First-stage solve: minimize f₁: f₂ <= f₂^*
136+
# Second-stage solve: minimize f₁: f₂ <= f₂^*
137137
f_2_star = MOI.get(inner, MOI.ObjectiveValue())::Float64
138138
MOI.set(inner, MOI.ObjectiveFunction{typeof(f1)}(), f1)
139139
bound_2 = f_2_star - constant_2

0 commit comments

Comments
 (0)