Skip to content

Commit 07ccf1e

Browse files
authored
Return the number of operator product in LBFGS (#315)
1 parent 7b4e758 commit 07ccf1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lbfgs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ function SolverCore.solve!(
281281
max_time = max_time,
282282
),
283283
)
284+
set_solver_specific!(stats, :nprod, solver.H.nprod)
284285

285286
callback(nlp, solver, stats)
286287

0 commit comments

Comments
 (0)