Skip to content

MiniZinc Python 0.7.0

Compare
Choose a tag to compare
@Dekker1 Dekker1 released this 13 Jul 04:30
· 111 commits to develop since this release
a195cf6

Added

  • Add additional Driver.executable property to safely access the location
    of the executable used by the Driver object.
  • Support for input and output of complex MiniZinc enumerated types, such as
    anonymous enumerated types or enumerated types using constructor functions.

Removed

  • BREAKING: The project no longer contains the (uncompleted) direct library
    connection to libminizinc. With this change come some simplifications in methods of
    relocated from CLIDriver and CLIInstance, and the move of find_driver to
    Driver.find.

Fixed

  • Store statistics as a string when incorrectly reported by the solver.
  • Fix the conversion of statistics when using MiniZinc 2.6+