slackbuilds/academic/z3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc academic/z3: Updated for version 4.8.7. 2020-01-12 12:36:18 +07:00
z3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
z3.info academic/z3: Updated for version 4.8.7. 2020-01-12 12:36:18 +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++ and
Python APIs. By default the Python 2 version of the API is built;
if you also want the Python 3 version, run the SlackBuild with
PYTHON3=yes, like so:

  PYTHON3=yes ./z3.SlackBuild