3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 14:49:01 +00:00
z3/src/api/python
2016-10-24 12:50:05 +01:00
..
z3 Added accessors to extract sign/exponent/significand BV numerals from FP numerals. 2016-10-24 12:50:05 +01:00
.gitignore Minor tweaks to make things more reliable/less obnoxious 2016-09-14 01:49:37 -07:00
MANIFEST.in FINISH IT 2016-09-14 01:40:01 -07:00
README.txt bindings --> api; and moved nlsat/sat/subpaving tactics 2012-10-31 13:25:36 -07:00
setup.py fix some issues with the windows build 2016-10-10 15:38:08 -07:00
z3test.py fix python for 3.x 2016-09-22 22:24:43 -07:00

You can learn more about Z3Py at:
http://rise4fun.com/Z3Py/tutorial/guide

On Windows, you must build Z3 before using Z3Py.
To build Z3, you should executed the following command
in the Z3 root directory at the Visual Studio Command Prompt

       msbuild /p:configuration=external

If you are using a 64-bit Python interpreter, you should use

       msbuild /p:configuration=external /p:platform=x64


On Linux and OSX, you must install Z3Py, before trying example.py.
To install Z3Py on Linux and OSX, you should execute the following 
command in the Z3 root directory

        sudo make install-z3py