slackbuilds/academic/cvc4
Matteo Bernardini 0c6f3deda2 academic/cvc4: Fix download.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2022-02-27 22:29:05 -06:00
..
README academic/cvc4: Updated for version 1.8. 2020-09-05 08:26:44 +07:00
cvc4.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cvc4.info academic/cvc4: Fix download. 2022-02-27 22:29:05 -06:00
run-antlr academic/cvc4: Add missing run-antlr. 2019-04-27 04:42:40 +07:00
slack-desc academic/cvc4: Fix slack-desc. 2020-01-12 08:47:29 +07:00

README

CVC4 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. CVC4 supports
arithmetic, reasoning about arrays, and several other built-in
theories. Input problems are written in SMT-LIB format.

This package includes the cvc4 program, libraries, and Python 2
bindings.

Note that this SlackBuild builds CVC4 with readline support, which means
the resulting executable is licensed under the GPLv3.