Propagation engine prototyping with a domain specific language

  • Authors:
  • Charles Prud'homme;Xavier Lorca;Rémi Douence;Narendra Jussien

  • Affiliations:
  • EMNantes, INRIA TASC, CNRS LINA, Nantes Cedex 3, France 44307;EMNantes, INRIA TASC, CNRS LINA, Nantes Cedex 3, France 44307;EMNantes, INRIA TASC, CNRS LINA, Nantes Cedex 3, France 44307;EMNantes, INRIA TASC, CNRS LINA, Nantes Cedex 3, France 44307

  • Venue:
  • Constraints
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

Constraint propagation is at the heart of constraint solvers. Two main trends co-exist for its implementation: variable-oriented propagation engines and constraint-oriented propagation engines. Those two approaches ensure the same level of local consistency but their efficiency (computation time) can be quite different depending on the instance solved. However, it is usually accepted that there is no best approach in general, and modern constraint solvers implement only one. In this paper, we would like to go a step further providing a solver independent language at the modeling stage to enable the design of propagation engines. We validate our proposal with a reference implementation based on the Choco solver and the MiniZinc constraint modeling language.