Skip to content

Commit

Permalink
Allow kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Nov 8, 2024
1 parent 654acd3 commit 38f23b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ function SolverCore.solve!(
nlp::AbstractNLPModel{T, S},
stats::GenericExecutionStats{T, S, V, Tsp};
callback = (args...) -> nothing,
kwargs...,
) where {T, S, V, Tsp, Si, Op, In, COO}
meta = get_meta(workspace)
if !(nlp.meta.minimize)
Expand Down

0 comments on commit 38f23b3

Please sign in to comment.