NLPModelsIpopt.jl icon indicating copy to clipboard operation
NLPModelsIpopt.jl copied to clipboard

Add JSO-style callback support, tests, and docs

Open arnavk23 opened this issue 1 month ago • 5 comments

  • 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

arnavk23 avatar Oct 12 '25 00:10 arnavk23