Janota, M., Barbosa, H., Fontaine, P., & Reynolds, A. (2021). Fair and Adventurous Enumeration of Quantifier Instantiations. In Proceedings of the 21st Conference on Formal Methods in Computer-Aided Design – FMCAD 2021 (pp. 256–260). TU Wien Academic Press. https://doi.org/10.34727/2021/isbn.978-3-85448-046-4_35
E192-04 - Forschungsbereich Formal Methods in Systems Engineering
-
Series:
Conference Series: Formal Methods in Computer-Aided Design
-
Published in:
Proceedings of the 21st Conference on Formal Methods in Computer-Aided Design – FMCAD 2021
-
Date (published):
Oct-2021
-
Number of Pages:
5
-
Publisher:
TU Wien Academic Press, Wien
-
Peer reviewed:
Yes
-
Keywords:
SMT; quantifier instantiation; enumeration
en
Abstract:
SMT solvers generally tackle quantifiers by instantiating
their variables with tuples of terms from the ground part
of the formula. Recent enumerative approaches for quantifier
instantiation consider tuples of terms in some heuristic order.
This paper studies different strategies to order such tuples and
their impact on performance. We decouple the ordering problem
into two parts. First is the order of the sequence of terms to
consider for each quantified variable, and second is the order
of the instantiation tuples themselves. While the most and least
preferred tuples, i.e. those with all variables assigned to the most
or least preferred terms, are clear, the combinations in between
allow flexibility in an implementation. We look at principled
strategies of complete enumeration, where some strategies are
more fair, meaning they treat all the variables the same but some
strategies may be more adventurous, meaning that they may
venture further down the preference list. We further describe
new techniques for discarding irrelevant instantiations which
are crucial for the performance of these strategies in practice.
These strategies are implemented in the SMT solver cvc5, where
they contribute to the diversification of the solver’s configuration
space, as shown by our experimental results.