3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00
z3/examples/python
Christoph M. Wintersteiger 1d49f61b9a Merge branch 'unstable' of https://github.com/Z3Prover/z3 into contrib
Conflicts:
	README
	src/api/ml/build-lib.sh
	src/api/ml/z3.ml
	src/api/ml/z3.mli
	src/api/ml/z3_stubs.c
2015-04-28 15:19:08 +01:00
..
complex fix complex.py example with power prompted by suggestion of smilliken 2015-03-27 02:42:08 -07:00
hamiltonian fixed newline characters 2014-10-24 23:52:40 +01:00
example.py Add Python 3.x support 2012-12-20 17:47:38 -08:00
README python example 2012-10-28 12:19:45 -07:00

The example is copied to the build directory during configuration.
You can execute it using
    python example.py
in the build directory after you build Z3.