Releases: black-sat/black
Releases · black-sat/black
v0.3.0
Direct support for past operators, without a preliminary conversion to LTL (which is still available under the --remove-past
option).
v0.2.0
New feature release:
- Support for past LTL operators (thanks to Gabriele Venturato)
- Important bug fixes for CNF-based backends
v0.1.1
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
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