Logo image
Extending SMT Solvers to Higher-Order Logic
Conference proceeding   Open access   Peer reviewed

Extending SMT Solvers to Higher-Order Logic

Haniel Barbosa, Andrew Reynolds, Daniel El Ouraoui, Cesare Tinelli and Clark Barrett
Automated Deduction – CADE 27, Vol.11716, pp.35-54
Lecture Notes in Computer Science
CADE-27 - The 27th International Conference on Automated Deduction
08/20/2019
DOI: 10.1007/978-3-030-29436-6_3
url
https://hal.science/hal-02300986View
Open Access

Abstract

SMT solvers have throughout the years been able to cope with increasingly expressive formulas, from ground logics to full first-order logic (FOL). In contrast, the extension of SMT solvers to higher-order logic (HOL) is mostly un-explored. We propose a pragmatic extension for SMT solvers to support HOL reasoning natively without compromising performance on FOL reasoning, thus leveraging the extensive research and implementation efforts dedicated to efficient SMT solving. We show how to generalize data structures and the ground decision procedure to support partial applications and extensionality, as well as how to reconcile quantifier instantiation techniques with higher-order variables. We also discuss a separate approach for redesigning an HOL SMT solver from the ground up via new data structures and algorithms. We apply our pragmatic extension to the CVC4 SMT solver and discuss a redesign of the veriT SMT solver. Our evaluation shows they are competitive with state-of-the-art HOL provers and often outperform the traditional encoding into FOL.
Computer Science Logic in Computer Science

Details

Logo image