Skip to content

Commit 411365b

Browse files
authored
[KirlikSayin] don't log the auxillary subproblem (#178)
1 parent 056110e commit 411365b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/algorithms/KirlikSayin.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ function minimize_multiobjective!(
153153
)
154154
push!(ε_constraints, ci)
155155
end
156-
optimize_inner!(model)
157-
_log_subproblem_solve(model, "auxillary subproblem")
156+
optimize_inner!(model) # We don't log this first-stage subproblem.
158157
if !_is_scalar_status_optimal(model)
159158
# If this fails, it likely means that the solver experienced a
160159
# numerical error with this box. Just skip it.

0 commit comments

Comments
 (0)