Reduce execution time for z3 #6283
Unanswered
kangwoosukeq
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I ran the below example with z3 4.10.2.
It finds if there exists x and y such that (to_fp (bvadd x y)) != (fp.add (to_fp x) (to_fp y) with assuming no overflow and underflow.
Although I used QF_FPBV logic, it takes about 17 minutes.
I wonder why this simple example takes such a long time and if there is any method to speed up this execution.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions