Skip to content

Commit 850248d

Browse files
Add scp_norm to solver-specific entries in RegularizedExecutionStats
1 parent 6026bf3 commit 850248d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ function RegularizedExecutionStats(reg_nlp::AbstractRegularizedNLPModel{T, V}) w
128128
set_solver_specific!(stats, :sigma_cauchy, T(Inf))
129129
set_solver_specific!(stats, :radius, T(Inf))
130130
set_solver_specific!(stats, :prox_evals, T(Inf))
131+
set_solver_specific!(stats, :scp_norm, T(Inf))
131132
return stats
132133
end
133134

0 commit comments

Comments
 (0)