Download PDFOpen PDF in browser

Lazy and Eager Patterns in High-Performance Automated Theorem Proving

6 pagesPublished: April 11, 2024

Abstract

Eager maintenance of invariants is often the first approach to implement high-performance data structures. We present a number of examples from the evolving implementation of the theorem prover E to demonstrate that a more relaxed, lazy implementation can have advantages for simplicity, performance, or both. Existing examples include shared rewriting, term cell garbage collection, and orphan removal, additional optimisations are identified for term index maintenance and clause selection.

Keyphrases: automated theorem proving, efficient algorithms, implementation of logics

In: Laura Kovács and Michael Rawson (editors). Proceedings of the 7th and 8th Vampire Workshop, vol 99, pages 7--12

Links:
BibTeX entry
@inproceedings{Vampire23:Lazy_and_Eager_Patterns,
  author    = {Stephan Schulz},
  title     = {Lazy and Eager Patterns in High-Performance Automated Theorem Proving},
  booktitle = {Proceedings of the 7th and 8th Vampire Workshop},
  editor    = {Laura Kov\textbackslash{}'acs and Michael Rawson},
  series    = {EPiC Series in Computing},
  volume    = {99},
  pages     = {7--12},
  year      = {2024},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/jkCj},
  doi       = {10.29007/9hw9}}
Download PDFOpen PDF in browser