From c03a509fc6e3a21e2331b49d3dd9a9cffb0af0e9 Mon Sep 17 00:00:00 2001 From: Maxence Gollier Date: Sun, 7 Dec 2025 13:51:13 -0500 Subject: [PATCH] import SolverCore.reset! explicitely --- src/RegularizedOptimization.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/RegularizedOptimization.jl b/src/RegularizedOptimization.jl index acc9406d..85781388 100644 --- a/src/RegularizedOptimization.jl +++ b/src/RegularizedOptimization.jl @@ -16,6 +16,8 @@ using LinearOperators, SolverCore using Percival: AugLagModel, update_y!, update_μ! +import SolverCore.reset! + const callback_docstring = " The callback is called at each iteration. The expected signature of the callback is `callback(nlp, solver, stats)`, and its output is ignored.