Skip to content

Releases: black-sat/black

v0.3.0

29 Oct 06:58
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Direct support for past operators, without a preliminary conversion to LTL (which is still available under the --remove-past option).

v0.2.0

13 Oct 13:35
6a0a236
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

New feature release:

  • Support for past LTL operators (thanks to Gabriele Venturato)
  • Important bug fixes for CNF-based backends

v0.1.1

20 Aug 11:21
e85e107
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Minor update w.r.t. the previous release:

  • Everything's ready for binary RPM and DEB packages
  • Black now knows its --version

First packaged release

18 Aug 22:16
c421725
Compare
Choose a tag to compare
Pre-release

This first proper release includes many improvements over the prototype available at the time of submission of the TABLEAUX paper, including:

  • multiple backends, supported by an abstraction layer that includes CNF encoding by Tseitin algorithm:
    • MiniSAT
    • CryptoMiniSAT
    • Glucose (turned on as default)
    • Z3
    • MathSAT
  • Better command line interface
  • Proper build system, supporting package creation
    • Homebrew formula available, Debian and RPM packages coming soon...
  • Multiple bug fixes and improvements