3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/api/python
Nikolaj Bjorner f24c5ca99a #6095
arrays that are interpreted using as-array should be reflected back to store expressions
2022-06-21 12:42:44 -07:00
..
z3 #6095 2022-06-21 12:42:44 -07:00
.gitignore Minor tweaks to make things more reliable/less obnoxious 2016-09-14 01:49:37 -07:00
CMakeLists.txt id doesn't use mk_util 2022-04-08 14:42:18 +02:00
MANIFEST.in MANIFEST.in will now include pyproject.toml (#5979) 2022-04-15 19:53:16 +02:00
pyproject.toml Add cmake setup.py build dep (#5972) 2022-04-13 08:48:08 +02:00
README.txt fix #2131 2019-02-10 10:07:24 -08:00
setup.py Generate bdist wheels for musllinux_1_1 (#6025) 2022-05-09 14:13:08 -07:00
z3test.py fix python for 3.x 2016-09-22 22:24:43 -07:00

On Windows, 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 macOS, you must install python bindings, before trying example.py.
To install python on Linux and macOS, you should execute the following
command in the Z3 root directory

        sudo make install-z3py