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 4bf30b4 commit b76d084Copy full SHA for b76d084
src/algorithms/EpsilonConstraint.jl
@@ -116,11 +116,8 @@ function minimize_multiobjective!(
116
)
117
yN = max(solution_1[1].y[2], solution_2[1].y[2])
118
constant_2 = MOI.constant(f2, Float64)
119
- ci_2 = MOI.Utilities.normalize_and_add_constraint(
120
- inner,
121
- f2,
122
- MOI.LessThan(yN)
123
- )
+ ci_2 =
+ MOI.Utilities.normalize_and_add_constraint(inner, f2, MOI.LessThan(yN))
124
bound_1 -= constant_1
125
status = MOI.OPTIMAL
126
for _ in 3:n_points
0 commit comments