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