Skip to content

Commit bb04154

Browse files
add radius in solver_specifics
1 parent 4bf87cb commit bb04154

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
@@ -38,5 +38,6 @@ function RegularizedExecutionStats(reg_nlp::AbstractRegularizedNLPModel{T, V}) w
3838
set_solver_specific!(stats, :smooth_obj, T(Inf))
3939
set_solver_specific!(stats, :nonsmooth_obj, T(Inf))
4040
set_solver_specific!(stats, :sigma, T(Inf))
41+
set_solver_specific!(stats, :radius, T(Inf))
4142
return stats
4243
end

0 commit comments

Comments
 (0)