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

(rewriter.eq2ineq) Refutation soundness bugs in QF_LIA #4927

Closed
muchang opened this issue Jan 5, 2021 · 0 comments
Closed

(rewriter.eq2ineq) Refutation soundness bugs in QF_LIA #4927

muchang opened this issue Jan 5, 2021 · 0 comments

Comments

@muchang
Copy link

muchang commented Jan 5, 2021

[782] % z3release small.smt2
sat
[783] % z3release rewriter.eq2ineq=true small.smt2
unsat
[784] % 
[784] % cat small.smt2
(declare-fun a () Int)
(declare-fun b () Int)
(assert (= (* a b) 4293001441))
(check-sat)
[785] % 

Commit: 4db41c0

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

No branches or pull requests

1 participant