Skip to content

3.13.3

Compare
Choose a tag to compare
@svigerske svigerske released this 16 Oct 13:48
· 33 commits to stable/3.13 since this release
  • Members of class AmplTNLP are now protected instead of private.
  • Updated Eclipse Public License from 1.0 to 2.0.
  • Added example recursive_nlp that uses Ipopt to solves an optimization problem for the evaluation of the objective function. [contributed by Brad Bell]
  • Fixed dangling pointer problems with Journalist used for debugging (--with-ipopt-verbosity > 0) when more than one IpoptApplication is used. [#393, thanks to Brad Bell]
  • Fixed build problem when using HSL library that does not include MA27, MA57, or MC19. [#395]
  • Fixed build of linear-solver loader on Windows. [#408]