Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundness bug in QF_S in z3-seq #2828

Closed
numairmansur opened this issue Dec 26, 2019 · 1 comment
Closed

Soundness bug in QF_S in z3-seq #2828

numairmansur opened this issue Dec 26, 2019 · 1 comment
Labels

Comments

@numairmansur
Copy link

Hi,
On the latest nightly build z3-seq gives wrong answer on the following file:

qf_s.smt2.zip

All the formulas at every level in the assertion stack are satisfiable.

$ /z3-nightly/bin/z3 qf_s.smt2
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
unsat

While z3str3 and CVC4 return:

sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat
sat

OS:
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"

@mtrberzi mtrberzi added the string label Jan 3, 2020
@NikolajBjorner
Copy link
Contributor

Fixed, seems #2860 was a duplicate of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants