BARONMP Changelog#
20241119#
Beta release of MP driver for Baron, use with option
option solver baronmp;
, to use the original ASL driver useoption solver baron;
Breaking changes with ASL driver:
version
keyword removedChanged behaviour of the
iisfind
option to be consistent with MP features; seealg:iisfind
,alg:iismethod
,alg:iisint
Absolute values are reformulated as MIP instead of abs(x)=(x^2)^0.5
Added option value
local
toscratch
that automatically places the scratch files in a directory with the name derived from the model file (e.g. for/test/model.nl
the directory will be/test/model.nl_baron/
)