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

Debug branch: Soundness bug in QF_NIA #3266

Closed
wintered opened this issue Mar 13, 2020 · 1 comment
Closed

Debug branch: Soundness bug in QF_NIA #3266

wintered opened this issue Mar 13, 2020 · 1 comment
Labels
Debug Debug branch issues

Comments

@wintered
Copy link

Hi,
for the following formula, Z3 gives sat on the debug built, while z3 master gives unsat

(declare-fun x () Int)                                                          
(declare-fun y () Int)                                                          
(assert (> y 0))                                                                
(assert (not (= (/ (* x y) y) x)))                                              
(check-sat)

OS: Ubuntu 18.04
Commit: a02d3e9

@NikolajBjorner NikolajBjorner added the Debug Debug branch issues label Mar 13, 2020
@NikolajBjorner
Copy link
Contributor

I don't get a repro

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

No branches or pull requests

2 participants