Skip to content

v8.0.3

Latest

Choose a tag to compare

@svigerske svigerske released this 06 Jul 08:07

Fixed bugs:

  • keep vector order when assigning SVectorBase from VectorBase to avoid unexpected reversion
  • keep row order when writing LP files to improve reproducibility and efficiency (by avoiding sparse indexing)
  • find PaPILO in cmake configuration to avoid linking error for projects without direct dependency

Miscellaneous:

  • fix UDL definition in fmt external to support modern clang
  • removed an unused local variable in duplicate rows simplifier to fix a compiler warning