Skip to content

Commit

Permalink
Update src/moi_nlp_model.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tangi Migot <[email protected]>
  • Loading branch information
amontoison and tmigot authored Aug 19, 2024
1 parent 0392b06 commit 2d7c5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/moi_nlp_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ function NLPModels.ghjvprod!(
end
for i in nlp.meta.nlin + nlp.quadcon.nquad + 1 : nlp.meta.ncon
jth_hprod!(nlp, x, v, i, nlp.hv)
decrement!(nlp, :neval_jhprod)
ghv[i] = dot(g, nlp.hv)
end
return ghv
Expand Down

0 comments on commit 2d7c5a6

Please sign in to comment.