Optimizing Compilation of Constraint Handling Rules

  • Authors:
  • Christian Holzbaur;Maria J. García de la Banda;David Jeffery;Peter J. Stuckey

  • Affiliations:
  • -;-;-;-

  • Venue:
  • Proceedings of the 17th International Conference on Logic Programming
  • Year:
  • 2001
  • An Overview of HAL

    CP '99 Proceedings of the 5th International Conference on Principles and Practice of Constraint Programming

Quantified Score

Hi-index 0.00

Visualization

Abstract

CHRs are a multi-headed committed choice constraint language, commonly applied for writing incremental constraint solvers. CHRs are usually implemented as a language extension that compiles to the underlying language. In this paper we discuss the optimizing compilation of Constraint Handling Rules (CHRs). In particualr, we show how we can use different kinds of information in the compilation of CHRs in order to obtain access efficiency, and a better translation of the CHR rules into the underlying language. The kinds of information used include the types, modes, determinism, functional dependencies and symmetries of the CHR constraints. We also show how to analyze CHR programs to determine information about functional dependencies, symmetries and other kinds of information supporting optimizations.