You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a quick question. In MathProgBae, I write model = MathProgBase.NonlinearModel(IpoptSolver())
to initialize a nonlinear model. What is the corresponding code in MathOptInterface?
Also, is it possible to interrupt the optimization process and query for the solution etc.? Thank you.