A tutorial on satisfiability modulo theories

  • Authors:
  • Leonardo de Moura;Bruno Dutertre;Natarajan Shankar

  • Affiliations:
  • Microsoft Research, Redmond, WA;Computer Science Laboratory, Computer Science Laboratory, Menlo Park, CA;Computer Science Laboratory, Computer Science Laboratory, Menlo Park, CA

  • Venue:
  • CAV'07 Proceedings of the 19th international conference on Computer aided verification
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Solvers for satisfiability modulo theories (SMT) check the satisfiability of first-order formulas containing operations from various theories such as the Booleans, bit-vectors, arithmetic, arrays, and recursive datatypes. SMT solvers are extensions of Boolean satisfiability solvers (SAT solvers) that check the satisfiability of formulas built from Boolean variables and operations. SMT solvers have a wide range of applications in hardware and software verification, extended static checking, constraint solving, planning, scheduling, test case generation, and computer security. We briefly survey the theory of SAT and SMT solving, and present some of the key algorithms in the form of pseudocode. This tutorial presentation is primarily directed at those who wish to build satisfiability solvers or to use existing solvers more effectively.