Skip to content

Commit b9d5d56

Browse files
MaxenceGollierdpo
authored andcommitted
remove solver_specific for xi in regularizedExecutionStats
1 parent 9880a5f commit b9d5d56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ function RegularizedExecutionStats(reg_nlp :: AbstractRegularizedNLPModel{T, V})
3737
stats = GenericExecutionStats(reg_nlp.model, solver_specific = Dict{Symbol, T}())
3838
set_solver_specific!(stats, :smooth_obj, T(Inf))
3939
set_solver_specific!(stats, :nonsmooth_obj, T(Inf))
40-
set_solver_specific!(stats, :xi, T(Inf))
4140
return stats
4241
end

0 commit comments

Comments
 (0)