mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 07:03:23 +00:00
fix #5080 assertion is violated on legal input, add an example
This commit is contained in:
parent
957d7bfe35
commit
022a1fd3dd
3 changed files with 62 additions and 3 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
from z3 import *
|
||||
|
||||
from z3 import *
|
||||
|
||||
def tt(s, f):
|
||||
return is_true(s.model().eval(f))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue