mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
* Fix flake8 violations in z3.py * Fix flake8 violations in z3printer.py * Fix flake8 violations in z3rcf.py and z3util.py * do not allocate list on every call to set_default_rounding_mode |
||
---|---|---|
.. | ||
z3 | ||
.gitignore | ||
CMakeLists.txt | ||
MANIFEST.in | ||
README.txt | ||
setup.py | ||
z3test.py |
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