We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056110e commit 411365bCopy full SHA for 411365b
src/algorithms/KirlikSayin.jl
@@ -153,8 +153,7 @@ function minimize_multiobjective!(
153
)
154
push!(ε_constraints, ci)
155
end
156
- optimize_inner!(model)
157
- _log_subproblem_solve(model, "auxillary subproblem")
+ optimize_inner!(model) # We don't log this first-stage subproblem.
158
if !_is_scalar_status_optimal(model)
159
# If this fails, it likely means that the solver experienced a
160
# numerical error with this box. Just skip it.
0 commit comments