slackbuilds/academic/z3
Nick Smallbone 3f3095188a
academic/z3: Updated for version 4.11.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-10-08 09:12:54 +07:00
..
README academic/z3: Updated for version 4.8.12. 2022-03-26 01:20:12 +07:00
slack-desc academic/z3: Updated for version 4.8.7. 2020-01-12 12:36:18 +07:00
z3.SlackBuild academic/z3: Updated for version 4.11.2. 2022-10-08 09:12:54 +07:00
z3.info academic/z3: Updated for version 4.11.2. 2022-10-08 09:12:54 +07:00

README

Z3 is an automated theorem prover and satisfiability modulo theories
(SMT) solver. Given a formula in first-order logic, it attempts
to either prove the formula or find a counterexample. Z3 supports
arithmetic, reasoning about arrays, and several other built-in
theories. Input problems are written in SMT-LIB format.

This package includes the z3 program as well as the C++, Python2, and
Python3 APIs.