Skip to content

Commit dae8852

Browse files
authored
Apply suggestion from @odow
1 parent 6caa48e commit dae8852

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/algorithms/TambyVanderpooten.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ function _minimize_multiobjective!(
223223
break
224224
end
225225
k, u = _select_search_zone(U_N, yI, yN)
226-
@show k, u
227226
# Solve problem Π¹(k, u)
228227
MOI.set(inner, MOI.ObjectiveFunction{typeof(scalars[k])}(), scalars[k])
229228
# Update the constraints y_i < u_i. Note that this is a strict

0 commit comments

Comments
 (0)