content/tools/z3.md
2025-06-10 14:13:34 -06:00

1.5 KiB

+++ date = 2025-06-07 draft = false title = 'Z3' subtitle = 'Theorem Prover' links = [ { title = "Homepage", url = "https://github.com/Z3Prover/z3", icon = 'fa-solid fa-home' }, { title = "Source Code", url = "https://github.com/Z3Prover/z3", icon = 'fa-brands fa-github' }, { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' } ] applications = ['SMT Solver', 'Theorem Prover', 'SAT Solver'] developers = ['Microsoft Research'] licenses = ['MIT'] inputs = ['SMTLIB2', 'DIMACS'] interfaces = ['CLI', 'Python', 'Rust', 'C', 'C++', 'Java', '.NET', 'Online'] maintenance = ['Actively Maintained']

techniques = ['CDCL']

publications = ['deMoura2008'] +++

Z3 is a general-purpose theorem prover widely used for SAT & SMT solving.

APIs and Bindings

This tool is available through the following interfaces: