Skip to content

v2.7.12

Compare
Choose a tag to compare
@edkerk edkerk released this 18 Feb 21:09
· 153 commits to main since this release
6638c2b
  • fix:

    • checkInstallation failed to find the path for binaries on Mac
    • solveLP 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 from solveLP, it should be updated! 🚨
  • feat:

    • setRavenSolver can take 'soplex' as option, which assumes a succesful SCIP installation, and that soplex can be directly called in the terminal. No installation instructions yet, but checkInstallation tests for it.
    • model I/O functions (importModel, exportModel, exportToExcelFormat, writeYAMLmodel and readYAMLmodel) show a dialog box if no file name is specified.
    • convertToIrrev remove warning message