Skip to content

Soundness bug in NRA #4096

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

Closed
wintered opened this issue Apr 25, 2020 · 1 comment
Closed

Soundness bug in NRA #4096

wintered opened this issue Apr 25, 2020 · 1 comment

Comments

@wintered
Copy link

Should be different from #2650 as the output for this one with nlsat.check_lemmas=true is different.

[588] % z3release small.smt2
unsat
[589] % z3release rewriter.flat=false small.smt2
sat
[590] % 
[590] % cat small.smt2
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun d () Real)
(declare-fun f () Real)
(declare-fun e () Real)
(declare-fun g () Real)
(declare-fun i () Real)
(declare-fun h () Real)
(declare-fun k () Real)
(declare-fun j () Real)
(declare-fun m () Real)
(declare-fun l () Real)
(declare-fun ad () Real)
(assert (forall ((ah Real)) (distinct (or (= g (- (/ (* d d) 0)) i) (<= d 0)) (not (xor (<= ah j) (and (= l (* f ah) e) (< 0 k)))))))
(assert (exists ((ai Real)) (= (or (<= (/ (+ 1.0 c) (- a d)) d) (<= 0.0 k)) (= b 2.0))))
(assert (= a (* m f) c (/ h ad)))
(check-sat)
[591] %

OS: Ubuntu 18.04
Commit: 785c9a1

@NikolajBjorner
Copy link
Contributor

#2650

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

2 participants