3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 14:49:01 +00:00
z3/src/bindings/python
Leonardo de Moura ad615221ce Fixed python regressions. Added missing tactic.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-28 11:22:41 -07:00
..
README.txt reorganizing the code 2012-10-24 14:47:40 -07:00
z3.py Fixed python regressions. Added missing tactic. 2012-10-28 11:22:41 -07:00
z3poly.py reorganizing the code 2012-10-24 14:47:40 -07:00
z3printer.py reorganizing the code 2012-10-24 14:47:40 -07:00
z3test.py reorganizing the code 2012-10-24 14:47:40 -07:00
z3types.py Disabled (extra) internal python API for testing. 2012-10-25 18:55:17 -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