- Reduced priority for making Spral the default value for option linear_solver [#677].
- Adapted to change of integer types in Spral interface. Minimal required Spral version is now v2023.03.29.
- Fixed that return code from
TNLP::eval_jac_g()
was ignored at first call [#697, by Christoph Hansknecht]. - Print additional messages when reallocation of MA27 working space failed [#671, by Daniel Oliveira].
- Added option
file_append
to specify whether to append tooutput_file
instead of truncating it.
Added default argumentfile_append
toJournalist::AddFileJournal()
, added default argumentfappend
toFileJournal::Open()
, and added default argumentfile_append
toIpoptApplication::OpenOutputFile()
. [#720]