JSOSuite.jl
JSOSuite.jl copied to clipboard
Allow minimize(solver, args...)?
If I have already created a solver object, should I be able to call minimize(solver, args...; kwargs...)?
I guess you want minimize instead of minimize! to unify the function solver?
Why not, it feels the difference with solve! is when the user don't pass an nlp directly, so this is connected to #162