We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fc81c commit b7c20b3Copy full SHA for b7c20b3
1 file changed
src/algorithms/DominguezRios.jl
@@ -202,7 +202,6 @@ function minimize_multiobjective!(algorithm::DominguezRios, model::Optimizer)
202
B = L[k][i]
203
if iter > n
204
if (B_prevs[k].l ≈ B.l) && (B_prevs[k].u ≈ B.u)
205
- @info "B and B_prev are the same!"
206
deleteat!(L[k], i)
207
continue
208
end
0 commit comments