Skip to content

v2.6.4

Compare
Choose a tag to compare
@gchabert gchabert released this 05 Jan 22:41
· 826 commits to master since this release

Release notes v 2.6.4

Main changes

  • New object design for bisectors, cells and backtrackable data + refactoring
  • New LP solver wrapper and missing functionalities now implemented in lp_lib_* plugins
  • New "SIP" (semi-infinite programming) plugin (installed by default): first implementation based on Blakenship-Mitsos-Djelassi algorithm (documentation under construction)
  • Deep/shallow copy of heaps / shared heaps / double heaps and backtrackable data

Minor changes

  • Add rectangular case for interval Gauss-Seidel iteration
  • Fix issue #306 for MinGW64
  • Enable builds using Python 3