Interval satisfiability

  • Authors:
  • Katarina Britz

  • Affiliations:
  • School of Computing, University of South Africa, P.O. Box 392, 0003 UNISA, South Africa

  • Venue:
  • SAICSIT '04 Proceedings of the 2004 annual research conference of the South African institute of computer scientists and information technologists on IT research in developing countries
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Boolean Satisfiability (SAT) solvers based on local search and backtracking search algorithms have been used to solve many computational search problems, with recent advances making them competitive with alternative specialist constraint satisfaction search techniques. However, the formulation of problems as satisfiability problems are often unnatural and cumbersome. Boolean SAT solvers are also unable to employ additional structure on the problem domain to speed up search. Recently, regular SAT was proposed as an extension of Boolean SAT, and shown to have significant computational advantages over Boolean SAT in some benchmark domains. In this paper, a further extension to regular SAT is proposed. Namely, variables are interpreted over intervals of truth values from a finite, totally-ordered domain. This gives a more compact problem representation, while still utilising the domain structure during search. The paper presents interval SAT as an extension to regular SAT, relates both regular SAT and interval SAT to Post logic and Post algebras, and gives a generalised Davis-Putnam search algorithm for interval SAT.