-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
Nikolaj Bjorner edited this page Aug 17, 2018
·
57 revisions
-
Browse Z3 Q&A at StackOverflow
-
Read our FAQ
- Checking Firewalls by Andrew Helwer.
- Quick Introduction to SAT/SMT solvers and symbolic execution An excellent source of well-worked through and motivating examples of using Z3's python interface.
- Ransomware and Z3 by 0xec.
- IDE for Z3 based on ACIDE
- Browse our Slides, read our Papers
- Papers citing Z3 at Google Scholar
- Watch Z3 on Channel 9
- Is here on github.
REMARK: master is the official branch and all new contributions including bugfixes are added to master directly. pure and unstable are branches that are kept only as backups and should not be used. All other branches should be viewed as "work in progress", they may contain unstable and/or untested code.
The Z3 downloads on this site are available from github under the MIT license.
- Supported platforms: Windows, OSX, Linux (Ubuntu, Debian), and FreeBSD
- Download source & binary releases (or here)
- Download automatically compiled nightly binaries (may be unstable)
- Z3 source code can be compiled using Visual Studio, g++ and clang++
- The ETH Zurich Axiom Profiler
There are many ways to contribute to Z3.
- Engage with other Z3 users and developers on StackOverflow.
- Contribute tests and benchmarks to z3test.
- Contribute code.
- For more information see contribution guidelines.
We initially released the Z3 source code because it complements our research papers, and may help others to clarify misunderstandings, dispute claims made in our papers, experiment new ideas, reproduce our results, and advance the state-of-the-art.