You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in if there are some strategies for quantifier instantiation?
For example: f(n1, x0) != f(n1, y0), ForAll([i] , Implies( (i < n1), f(i, x0) == f(i, y0) ) )
How can I know which strategies are chosen when solving the above formula, such as MBQI, E-matching, etc.
Thanks.