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

Performance regression on arithmetic formula #4913

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

Performance regression on arithmetic formula #4913

rainoftime opened this issue Dec 23, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented Dec 23, 2020

Hi, for the following formula,
z3 6284f6f

(declare-fun v8 () Bool)
(declare-fun r9 () Real)
(push)
(assert (and (= 8 (* r9 r9)) (= v8 (and (= 3438 r9) v8))))
(check-sat)
$ time z3 smt.arith.solver=2 ../delta.out.smt2 
sat

real    0m0.016s
user    0m0.016s
sys     0m0.000s
$ time z3 timeout=60000 ../delta.out.smt2 
unknown

real    1m0.052s
user    1m0.004s
sys     0m0.020s
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