NLPModelsIpopt.jl
NLPModelsIpopt.jl copied to clipboard
Add `SolverCore.reset!(solver)`
@tmigot sir I can work on this issue , can you give me more information on this issue
The reset!(solver) function is called when re-solving an optimisation problem in-place, i.e. using solve!(solver, nlp, stats).
This method reset some entries of the solver structure to prepare re-solving.