Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/RegularizedOptimization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading