Skip to content

Commit 99c521b

Browse files
committed
Update formatting
1 parent 8382cec commit 99c521b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/algorithms/TambyVanderpooten.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,7 @@ function _minimize_multiobjective!(
177177
break
178178
end
179179
k, u = _select_search_zone(U_N, yI, yN)
180-
MOI.set(
181-
inner,
182-
MOI.ObjectiveFunction{typeof(scalars[k])}(),
183-
scalars[k],
184-
)
180+
MOI.set(inner, MOI.ObjectiveFunction{typeof(scalars[k])}(), scalars[k])
185181
ε_constraints = Any[]
186182
for (i, f_i) in enumerate(scalars)
187183
if i != k
@@ -248,7 +244,6 @@ function _minimize_multiobjective!(
248244
for (u_j, y_j) in V[k]
249245
if isapprox(y_j[k], u_i[k]; atol = 1e-6) &&
250246
_is_less_eq(u_i, u_j, k)
251-
252247
push!(bounds_to_remove, u_i)
253248
end
254249
end

0 commit comments

Comments
 (0)