Skip to content
Christoph M. Wintersteiger edited this page Oct 5, 2015 · 23 revisions

Information

Background

Source Code

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.

License

The Z3 downloads on this site are available from github under the MIT license.

Platforms

Contribute

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](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.

Clone this wiki locally