mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
bindings --> api; and moved nlsat/sat/subpaving tactics
This commit is contained in:
parent
ccdb253b47
commit
a274cac2a0
123 changed files with 6 additions and 6 deletions
6
src/api/python/z3test.py
Normal file
6
src/api/python/z3test.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import z3, doctest
|
||||
|
||||
r = doctest.testmod(z3)
|
||||
if r.failed != 0:
|
||||
exit(1)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue