Skip to content

Commit 5c20366

Browse files
import SolverCore.reset! explicitely
1 parent 350cfd6 commit 5c20366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/RegularizedOptimization.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ using LinearOperators,
1616
SolverCore
1717
using Percival: AugLagModel, update_y!, update_μ!
1818

19+
import SolverCore.reset!
20+
1921
const callback_docstring = "
2022
The callback is called at each iteration.
2123
The expected signature of the callback is `callback(nlp, solver, stats)`, and its output is ignored.

0 commit comments

Comments
 (0)