3
0
Fork 0
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:
Nikolaj Bjorner 2021-03-05 15:00:23 -08:00
parent 957d7bfe35
commit 022a1fd3dd
3 changed files with 62 additions and 3 deletions

View file

@ -8,8 +8,6 @@
from z3 import *
from z3 import *
def tt(s, f):
return is_true(s.model().eval(f))