Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@galabovaa galabovaa released this 21 Dec 00:51
· 1 commit to master since this release
66f735e

Build changes

Python: Source Distribution update, added to PyPI

Code changes

HiGHS now handles multiple linear objectives by either blending using weights, or performing lexicographic optimization: see https://ergo-code.github.io/HiGHS/stable/guide/further/#guide-multi-objective-optimization

Fixed minor bug in bound checking in presolve

Fixed bug in floor(HighsCDouble x) and ceil(HighsCDouble x) when argument is small

Added some sanity checks to Highs::writeLocalModel to prevent segfaults if called directly by a user