3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-09 02:41:52 +00:00
z3/examples/python
Nikolaj Bjorner 64b9a301ed add python visitor example in response to Stackoverflow question
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-12-06 20:09:13 -08:00
..
complex
hamiltonian Adjusted copyright notice. 2015-10-02 19:51:06 +01:00
example.py C/right on python scripts 2015-06-10 12:01:47 -07:00
README
visitor.py add python visitor example in response to Stackoverflow question 2015-12-06 20:09:13 -08: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.