3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-15 18:25:27 +00:00
z3/examples/python
..
bounded model checking
complex
data
hamiltonian
mus
tutorial
all_interval_series.py
bincover.py
CMakeLists.txt
efsmt.py handle return status 2022-04-04 20:19:15 +02:00
example.py
hs.py updated experiment 2021-03-26 14:58:23 -07:00
mini_ic3.py mini_ic3: fix generalize() returning empty/init-overlapping core (#9245) 2026-04-09 02:01:07 -07:00
mini_quip.py
parallel.py Add comments 2018-05-19 11:16:20 +02:00
prooflogs.py add example for monitoring proof logs 2022-10-19 13:37:51 -07:00
proofreplay.py Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
rc2.py
README
simplify_formula.py
socrates.py
trafficjam.py fix traffic jam 2019-06-10 17:45:55 -07:00
union_sort.py
visitor.py add example for #5933 2022-04-05 04:26:40 +02: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.