3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-06 02:15:16 +00:00
z3/examples/python
Nikolaj Bjorner f6595c161f add examples with proof replay
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2022-10-19 17:43:56 -07:00
..
bounded model checking
complex
data
hamiltonian
mus
tutorial use structured proof hints 2022-05-28 09:37:41 -07:00
all_interval_series.py
CMakeLists.txt
efsmt.py
example.py
hs.py
mini_ic3.py
mini_quip.py Implement mini_quip 2019-01-04 18:30:02 -05:00
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 add examples with proof replay 2022-10-19 17:43:56 -07:00
rc2.py
README
simplify_formula.py formula simplification example 2022-08-11 09:33:36 +03:00
socrates.py
trafficjam.py fix traffic jam 2019-06-10 17:45:55 -07:00
union_sort.py fix justification for implied equalities in special relations 2019-04-03 17:08:10 -07:00
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.