From 38f23b38a1f03b273afd17ea71686e48ff3833a8 Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Thu, 7 Nov 2024 19:00:38 -0500 Subject: [PATCH] Allow kwargs --- src/main.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.jl b/src/main.jl index 3c8428b..adeaa64 100644 --- a/src/main.jl +++ b/src/main.jl @@ -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)