v0.9.20
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