Skip to content

Commit a664e03

Browse files
LMTR: fix radius encoding
1 parent 84f3d1e commit a664e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LMTR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function SolverCore.solve!(
424424
if ρk < η1 || ρk == Inf
425425
Δk = Δk / 2
426426
if has_bnds
427-
update_bounds!(l_bound_m_x, u_bound_m_x, false, l_bound, u_bound, xk, ∆k)
427+
update_bounds!(l_bound_m_x, u_bound_m_x, false, l_bound, u_bound, xk, Δk)
428428
set_bounds!(ψ, l_bound_m_x, u_bound_m_x)
429429
set_bounds!(solver.subsolver.ψ, l_bound_m_x, u_bound_m_x)
430430
else

0 commit comments

Comments
 (0)