A question about the relevancy_lvl parameter #5611
Replies: 1 comment 1 reply
-
almost everything uses either relevancy=0 or relevancy=2. When you have arrays and quantifiers, relevancy=2 tends to work better because it throttles quantifier instantiation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using queries with quantifiers (forall) where the body is a formula over arrays and bit-vectors,
and the bound variables are bit-vectors.
Under this scenario:
What is the recommended value for the
relevancy_lvl
parameter?Are all the values for this parameter safe? Are there some values which might lead to incorrect results / unsoundness?
Beta Was this translation helpful? Give feedback.
All reactions