You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the following unsatisfiable formula is reported satisfiable by z3
(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)
(assert
(not
(=
(str.contains y (str.replace "A" (str.replace (str.++ x z) x "") z))
(str.contains y "A")
)
)
)
(check-sat)
We have double-checked the formula with CVC4 which gives unsat. We fed the model to the formula which is unsat as well.
Hi,
the following unsatisfiable formula is reported satisfiable by z3
We have double-checked the formula with CVC4 which gives unsat. We fed the model to the formula which is unsat as well.
Revision: 000e485
OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: