README 403 B

123456789
  1. Z3 is an automated theorem prover and satisfiability modulo theories
  2. (SMT) solver. Given a formula in first-order logic, it attempts
  3. to either prove the formula or find a counterexample. Z3 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 z3 program as well as the C++, Python2, and
  7. Python3 APIs.