v2.7.12
-
fix:
checkInstallation
failed to find the path for binaries on MacsolveLP
report the correct sign of the objective function..f
with objective value was previously inverted (maximization gives negative value). 🚨 If your own code reads the.f
field coming fromsolveLP
, it should be updated! 🚨
-
feat:
setRavenSolver
can take 'soplex' as option, which assumes a succesful SCIP installation, and thatsoplex
can be directly called in the terminal. No installation instructions yet, butcheckInstallation
tests for it.- model I/O functions (
importModel
,exportModel
,exportToExcelFormat
,writeYAMLmodel
andreadYAMLmodel
) show a dialog box if no file name is specified. convertToIrrev
remove warning message