Skip to content

Commit

Permalink
Update src/moi_nlp_model.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 19, 2024
1 parent 836ea14 commit ec38ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moi_nlp_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function NLPModels.jth_hess_coord!(
view(vals, (nlp.obj.nnzh + nlp.quadcon.nnzh + 1):(nlp.meta.nnzh)),
x,
0.0,
λ,
nlp.λ,
)
nlp.λ[j - nlp.meta.nlin - nlp.quadcon.nquad] = 0.0
end
Expand Down

0 comments on commit ec38ff7

Please sign in to comment.