Z3 is a high-performance theorem prover being developed at Microsoft Research.
Z3 is a high-performance theorem prover being developed at Microsoft Research. Z3 supports linear real and integer arithmetic, fixed-size bit-vectors, extensional arrays, uninterpreted functions, and quantifiers.
Some key features of Z3 are:
- High-performance theorem prover
- Integrating efficient constraint solving technologies
- Checking satisfiability of logical formulas with quantifiers
- Highly customizable with an extensive API
- Including support for custom theories
For more information about Z3, visit the Z3 homepage or try Z3 in your browser.
See also Z3 tutorial guide for more in-depth introduction about Z3.