paper-with-me

홈 › Papers

Short and Long Supports for Constraint Propagation

2014-02-04 · Peter Nightingale, Ian Philip Gent, Christopher Jefferson, Ian Miguel

Special-purpose constraint propagation algorithms frequently make implicit use of short supports -- by examining a subset of the variables, they can infer support (a justification that a variable-value pair may still form part of an assignment that satisfies the constraint) for all other variables and values and save substantial work -- but short supports have not been studied in their own right. The two main contributions of this paper are the identification of short supports as important for constraint propagation, and the introduction of HaggisGAC, an efficient and effective general purpose propagation algorithm for exploiting short supports. Given the complexity of HaggisGAC, we present it as an optimised version of a simpler algorithm ShortGAC. Although experiments demonstrate the efficiency of ShortGAC compared with other general-purpose propagation algorithms where a compact set of short supports is available, we show theoretically and experimentally that HaggisGAC is even better. We also find that HaggisGAC performs better than GAC-Schema on full-length supports. We also introduce a variant algorithm HaggisGAC-Stable, which is adapted to avoid work on backtracking and in some cases can be faster and have significant reductions in memory use. All the proposed algorithms are excellent for propagating disjunctions of constraints. In all experiments with disjunctions we found our algorithms to be faster than Constructive Or and GAC-Schema by at least an order of magnitude, and up to three orders of magnitude.

📄 PDF Abstract BibTeX arXiv:1402.0559

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized Shortest-Paths Encoders for AMR-to-Text Generation

2020-12-01 · COLING 2020 8 · Lisa Jin, Daniel Gildea

For text generation from semantic graphs, past neural models encoded input structure via gated convolutions along graph edges. Although these operations provide local context, the distance messages can travel is bounded …

AMR-to-Text GenerationDiversityText Generation

Two-Stage Stochastic Optimization via Primal-Dual Decomposition and Deep Unrolling

2021-05-05 · An Liu, Rui Yang, Tony Q. S. Quek, Min-Jian Zhao

We consider a two-stage stochastic optimization problem, in which a long-term optimization variable is coupled with a set of short-term optimization variables in both objective and constraint functions. Despite that two-…

Rolling Shutter CorrectionStochastic OptimizationVocal Bursts Valence Prediction

Global Difference Constraint Propagation for Constraint Programming

2026-07-22 · Lucas Kletzander, Jip J. Dekker, Andreas Schutt, Peter J. Stuckey arxiv

Difference constraints of the form $x - y \leq d$ are well studied, with efficient algorithms for satisfaction and implication, because of their connection to shortest paths. Finite domain propagation algorithms, however…

AgentEscapeBench: Evaluating Out-of-Domain Tool-Grounded Reasoning in LLM Agents

2026-05-08 · Zhengkang Guo, Yiyang Li, Lin Qiu, Xiaohua Wang 외 arxiv

As LLM-based agents increasingly rely on external tools, it is important to evaluate their ability to sustain tool-grounded reasoning beyond familiar workflows and short-range interactions. We introduce AgentEscapeBench,…

Exact Regular-Constrained Variable-Order Markov Generation via Sparse Context-State Belief Propagation

2026-05-08 · François Pachet arxiv

Variable-order Markov models generate sequences over a finite alphabet by conditioning each symbol on the longest available suffix of the generated history. Regular constraints, by contrast, describe finite-horizon contr…

Data Augmentation