Skip to content

Commit d9aa4a9

Browse files
revert type instability changes in R2N
1 parent ef625de commit d9aa4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mutable struct R2NSolver{
2828
substats::GenericExecutionStats{T, V, V, T}
2929
end
3030

31-
function R2NSolver(reg_nlp::AbstractRegularizedNLPModel{T, V}; subsolver::AbstractOptimizationSolver = R2Solver, m_monotone::Int = 1) where {T, V}
31+
function R2NSolver(reg_nlp::AbstractRegularizedNLPModel{T, V}; subsolver = R2Solver, m_monotone::Int = 1) where {T, V}
3232
x0 = reg_nlp.model.meta.x0
3333
l_bound = reg_nlp.model.meta.lvar
3434
u_bound = reg_nlp.model.meta.uvar

0 commit comments

Comments
 (0)