From d27b2cbd0028e8ccdcc4e4dd8685ab7695d52783 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:52:01 -0400 Subject: [PATCH] Update src/moi_nlp_model.jl Co-authored-by: Tangi Migot --- src/moi_nlp_model.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/moi_nlp_model.jl b/src/moi_nlp_model.jl index bf5314a..08fe501 100644 --- a/src/moi_nlp_model.jl +++ b/src/moi_nlp_model.jl @@ -484,6 +484,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