AILOJun 15, 2017

Conjunctions of Among Constraints

arXiv:1706.05059v1
Originality Incremental advance
AI Analysis

This work addresses a foundational problem in constraint programming for improving domain filtering efficiency, but it is incremental as it builds on existing methods.

The paper investigates efficient and complete domain filtering algorithms for conjunctions of among constraints, deriving a domain flow-based algorithm that unifies and generalizes previous results.

Many existing global constraints can be encoded as a conjunction of among constraints. An among constraint holds if the number of the variables in its scope whose value belongs to a prespecified set, which we call its range, is within some given bounds. It is known that domain filtering algorithms can benefit from reasoning about the interaction of among constraints so that values can be filtered out taking into consideration several among constraints simultaneously. The present pa- per embarks into a systematic investigation on the circumstances under which it is possible to obtain efficient and complete domain filtering algorithms for conjunctions of among constraints. We start by observing that restrictions on both the scope and the range of the among constraints are necessary to obtain meaningful results. Then, we derive a domain flow-based filtering algorithm and present several applications. In particular, it is shown that the algorithm unifies and generalizes several previous existing results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes