NLPModelsIpopt.jl
NLPModelsIpopt.jl copied to clipboard
Add JSO-style callback support, tests, and docs
- NLPModelsIpopt.jl — Try JSO-style callback (nlp, solver, stats) first, fallback to Ipopt-style callback.
- runtests.jl — Added a unit test verifying the JSO-style callback is accepted and can stop the solver.
- tutorial.md — Added documentation and a short example for the JSO-style callback.
Closes #104