README 525 B

123456789101112
  1. CVC4 is an automated theorem prover and satisfiability modulo theories
  2. (SMT) solver. Given a formula in first-order logic, it attempts to
  3. either prove the formula or find a counterexample. CVC4 supports
  4. arithmetic, reasoning about arrays, and several other built-in
  5. theories. Input problems are written in SMT-LIB format.
  6. This package includes the cvc4 program, libraries, and Python 2
  7. bindings.
  8. Note that this SlackBuild builds CVC4 with readline support, which means
  9. the resulting executable is licensed under the GPLv3.