mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
074f1ad778
15 changed files with 99 additions and 20 deletions
|
@ -79,6 +79,9 @@ def get_version():
|
|||
Z3_get_version(major, minor, build, rev)
|
||||
return (major.value, minor.value, build.value, rev.value)
|
||||
|
||||
def get_full_version():
|
||||
return Z3_get_full_version()
|
||||
|
||||
# We use _z3_assert instead of the assert command because we want to
|
||||
# produce nice error messages in Z3Py at rise4fun.com
|
||||
def _z3_assert(cond, msg):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue