项目作者: black-sat

项目描述 :
BLACK (Bounded Lᴛʟ sAtisfiability ChecKer)
高级语言: C++
项目地址: git://github.com/black-sat/black.git
创建时间: 2019-03-08T11:58:05Z
项目社区:https://github.com/black-sat/black

开源协议:MIT License

下载


BLACK Build Status appveyor MIT Latest release codecov

BLACK (short for Bounded Lᴛʟ sAtisfiability ChecKer) is a tool for testing the
satisfiability of formulas in Linear Temporal Logic and related logics.

BLACK is:

  • Fast: based on a state-of-the-art SAT-based encoding
  • Flexible: supports LTL and LTL+Past, LTLf both on infinite and finite traces, and LTLf Modulo Theories
  • Robust: stability and correct results via extensive testing
  • Multiplatform: works on Linux, macOS and Windows
  • Easy to use: easy to install binary packages provided for all major platforms

How to use BLACK

See the Documentation site to learn how to use BLACK.

Downloads

See the Documentation page for further information on BLACK’s installation.

Linux

Ubuntu ≥ 24.04 Fedora 41
Download Download
sudo apt install ⟨file⟩ sudo dnf install ⟨file⟩

macOS

Install via Homebrew:

  1. $ brew install black-sat/black/black-sat

Windows

Download the self-contained ZIP archive.

Download