Skip to content

Commit

Permalink
Allow kwargs (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Dec 3, 2024
1 parent 654acd3 commit 8980f73
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 8980f73

Please sign in to comment.