Download PDFOpen PDF in browser

Engineering Theories with Z3

2 pagesPublished: November 25, 2013

Abstract

Modern Satisfiability Modulo Theories (SMT)
solvers are fundamental to many program
analysis, verification, design and testing tools. They are a good
fit for the domain of software and hardware engineering because
they support many domains that are commonly used by the tools.
The meaning of domains are captured by theories that can be
axiomatized or supported by efficient <i>theory solvers</i>.
Nevertheless, not all domains are handled by all solvers and
many domains and theories will never be native to any solver.
We here explore different theories that extend Microsoft
Research's SMT solver Z3's basic
support. Some can be directly encoded or axiomatized,
others make use of user theory plug-ins.
Plug-ins are a powerful way for tools to supply their custom domains.

In: Konstantin Korovin, Stephan Schulz and Eugenia Ternovska (editors). IWIL 2012. The 9th International Workshop on the Implementation of Logics, vol 22, pages 1--2

Links:
BibTeX entry
@inproceedings{IWIL2012:Engineering_Theories_with_Z3,
  author    = {Nikolaj Bjorner},
  title     = {Engineering Theories with Z3},
  booktitle = {IWIL 2012. The 9th International Workshop on the Implementation of Logics},
  editor    = {Konstantin Korovin and Stephan Schulz and Eugenia Ternovska},
  series    = {EPiC Series in Computing},
  volume    = {22},
  pages     = {1--2},
  year      = {2013},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/69b},
  doi       = {10.29007/x7b4}}
Download PDFOpen PDF in browser