AIJul 7, 2012

The SeqBin Constraint Revisited

arXiv:1207.1811v19 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a specific problem in constraint programming for researchers and practitioners, but it is incremental as it improves upon an existing algorithm.

The paper tackled the SeqBin constraint's filtering algorithm, which had issues with bounds disentailment and idempotence, and proposed a new propagator that enforces domain consistency in O(nd^2) time, with O(nd) for special cases like Change, Smooth, and IncreasingNValue.

We revisit the SeqBin constraint. This meta-constraint subsumes a number of important global constraints like Change, Smooth and IncreasingNValue. We show that the previously proposed filtering algorithm for SeqBin has two drawbacks even under strong restrictions: it does not detect bounds disentailment and it is not idempotent. We identify the cause for these problems, and propose a new propagator that overcomes both issues. Our algorithm is based on a connection to the problem of finding a path of a given cost in a restricted $n$-partite graph. Our propagator enforces domain consistency in O(nd^2) and, for special cases of SeqBin that include Change, Smooth and IncreasingNValue, in O(nd) time.

Foundations

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

Your Notes