The CHR-based Implementation of the SCIFF Abductive System

  • Authors:
  • Marco Alberti;Marco Gavanelli;Evelina Lamma

  • Affiliations:
  • CENTRIA-DI/FCT-Universidade Nova de Lisboa, Quinta da Torre-2829-516 Caparica, Portugal. m.alberti@fct.unl.pt;ENDIF-Università/ di Ferrara, Via Saragat, 1-44122 Ferrara, Italy. marco.gavanelli@unife.it/ evelina.lamma@unife.it;ENDIF-Università/ di Ferrara, Via Saragat, 1-44122 Ferrara, Italy. marco.gavanelli@unife.it/ evelina.lamma@unife.it

  • Venue:
  • Fundamenta Informaticae - Special Issue on the Italian Conference on Computational Logic: CILC 2011
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Abduction is a form of inference that supports hypothetical reasoning and has been applied to a number of domains, such as diagnosis, planning, protocol verification. Abductive Logic Programming ALP is the integration of abduction in logic programming. Usually, the operational semantics of an ALP language is defined as a proof procedure. The first implementations of ALP proof-procedures were based on the meta-interpretation technique, which is flexible but limits the use of the built-in predicates of logic programming systems. Another, more recent, approach exploits theoretical results on the similarity between abducibles and constraints. With this approach, which bears the advantage of an easy integration with built-in predicates and constraints, Constraint Handling Rules has been the language of choice for the implementation of abductive proof procedures. The first CHR-based implementation mapped integrity constraints directly to CHR rules, which is an efficient solution, but prevents defined predicates from being in the body of integrity constraints and does not allow a sound treatment of negation by default. In this paper, we describe the CHR-based implementation of the SCIFF abductive proof-procedure, which follows a different approach. The SCIFF implementation maps integrity constraints to CHR constraints, and the transitions of the proof-procedure to CHR rules, making it possible to treat default negation, while retaining the other advantages of CHR-based implementations of ALP proof-procedures.