A CHR-based implementation of known arc-consistency

  • Authors:
  • Marco Alberti;Marco Gavanelli;Evelina Lamma;Paola Mello;Michela Milano

  • Affiliations:
  • Dipartimento di Ingegneria, Universitá degli Studi di Ferrara, Ferrara, Italy (e-mail: malberti@ing.unife.it);Dipartimento di Ingegneria, Universitá degli Studi di Ferrara, Ferrara, Italy (e-mail: malberti@ing.unife.it);Dipartimento di Ingegneria, Universitá degli Studi di Ferrara, Ferrara, Italy (e-mail: malberti@ing.unife.it);Dipartimento di Elettronica, Informatica e Sistemistica, Universitá degli Studi di Bologna, Bologna, Italy;Dipartimento di Elettronica, Informatica e Sistemistica, Universitá degli Studi di Bologna, Bologna, Italy

  • Venue:
  • Theory and Practice of Logic Programming
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

In classical CLP(FD) systems, domains of variables are completely known at the beginning of the constraint propagation process. However, in systems interacting with an external environment, acquiring the whole domains of variables before the beginning of constraint propagation may cause waste of computation time, or even obsolescence of the acquired data at the time of use. For such cases, the Interactive Constraint Satisfaction Problem (ICSP) model has been proposed (Cucchiara et al. 1999a) as an extension of the CSP model, to make it possible to start constraint propagation even when domains are not fully known, performing acquisition of domain elements only when necessary, and without the need for restarting the propagation after every acquisition. In this paper, we show how a solver for the two sorted CLP language, defined in previous work (Gavanelli et al. 2005) to express ICSPs, has been implemented in the Constraint Handling Rules (CHR) language, a declarative language particularly suitable for high level implementation of constraint solvers.