Deciding Local Theory Extensions via E-matching

Deciding Local Theory Extensions via E-matching” by Kshitij Bansal, Andrew Reynolds, Tim King, Clark Barrett, and Thomas Wies. In Proceedings of the 27^th International Conference on Computer Aided Verification (CAV '15), (Daniel Kroening and Corina S. P\u{a}s\u{a}reanu, eds.), July 2015, pp. 87-105. San Francisco, California.

Abstract

Satisfiability Modulo Theories (SMT) solvers incorporate decision procedures for theories of data types that commonly occur in software. This makes them important tools for automating verification problems. A limitation frequently encountered is that verification problems are often not fully expressible in the theories supported natively by the solvers. Many solvers allow the specification of application-specific theories as quantified axioms, but their handling is incomplete outside of narrow special cases. In this work, we show how SMT solvers can be used to obtain complete decision procedures for local theory extensions, an important class of theories that are decidable using finite instantiation of axioms. We present an algorithm that uses E-matching to generate instances incrementally during the search, significantly reducing the number of generated instances compared to eager instantiation strategies. We have used two SMT solvers to implement this algorithm and conducted an extensive experimental evaluation on benchmarks derived from verification conditions for heap-manipulating programs. We believe that our results are of interest to both the users of SMT solvers as well as their developers.

BibTeX entry:

@inproceedings{BRK+15,
   author = {Kshitij Bansal and Andrew Reynolds and Tim King and Clark
	Barrett and Thomas Wies},
   editor = {Daniel Kroening and Corina S. P\u{a}s\u{a}reanu},
   title = {Deciding Local Theory Extensions via {E}-matching},
   booktitle = {Proceedings of the {\it 27^{th}} International Conference
	on Computer Aided Verification (CAV '15)},
   series = {Lecture Notes in Computer Science},
   volume = {9206},
   number = {2},
   pages = {87--105},
   publisher = {Springer},
   month = jul,
   year = {2015},
   note = {San Francisco, California},
   url = {http://theory.stanford.edu/~barrett/pubs/BRK+15.pdf}
}

(This webpage was created with bibtex2web.)