Skip to content

v0.9.20

Compare
Choose a tag to compare
@Wout4 Wout4 released this 25 Mar 16:45
· 67 commits to master since this release
eaad3cf

What's Changed

  • Choco is now a tier 2 solver, available to use after installing the pychoco package!
  • new DIMACS parser and writer
  • SolverLookup is now a classmethod for easier use of custom solvers.
  • Fixed a bug where expression bounds didn't get rounded to integers when creating an intvar
  • Added a warning when expressions have non-integer bounds, as these will be rounded
  • Fixed a bug in our helper function is_bool, now also recognises our BoolVal objects
  • Updated our ortools and minizinc version requirements.

Full Changelog: v0.9.19...v0.9.20