Skip to content
New issue

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

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

Already on GitHub? # to your account

Floating point exception on integer formula #4910

Closed
rainoftime opened this issue Dec 20, 2020 · 0 comments
Closed

Floating point exception on integer formula #4910

rainoftime opened this issue Dec 20, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented Dec 20, 2020

Hi, for the following formula,
z3 359d66b

(declare-fun v2 () Bool)
(assert (< (ite (> 1 (ite v2 1 2)) 0 3) 1))
(check-sat)
(check-sat-using (then simplify qffd))
./z3  file.smt2 
unsat
Floating point exception
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant