paper-with-me

Papers

Structural Decompositions for Problems with Global Constraints

2015-02-09 · Evgenij Thorstensen

A wide range of problems can be modelled as constraint satisfaction problems (CSPs), that is, a set of constraints that must be satisfied simultaneously. Constraints can either be represented extensionally, by explicitly listing allowed combinations of values, or implicitly, by special-purpose algorithms provided by a solver. Such implicitly represented constraints, known as global constraints, are widely used; indeed, they are one of the key reasons for the success of constraint programming in solving real-world problems. In recent years, a variety of restrictions on the structure of CSP instances have been shown to yield tractable classes of CSPs. However, most such restrictions fail to guarantee tractability for CSPs with global constraints. We therefore study the applicability of structural restrictions to instances with such constraints. We show that when the number of solutions to a CSP instance is bounded in key parts of the problem, structural restrictions can be used to derive new tractable classes. Furthermore, we show that this result extends to combinations of instances drawn from known tractable classes, as well as to CSP instances where constraints assign costs to satisfying assignments.

📄 PDF Abstract BibTeX arXiv:1502.02467

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PyCSP3-Scheduling: A Scheduling Extension for PyCSP3

2026-05-14 · Sohaib Afifi arxiv

PyCSP$^3$ provides a productive way to build constraint models for solving combinatorial constrained problems and export them to XCSP$^3$, preserving a complete separation between modeling and solving. However, it lacks …

Tractable Combinations of Global Constraints

2013-07-10 · David A. Cohen, Peter G. Jeavons, Evgenij Thorstensen, Stanislav Živný

We study the complexity of constraint satisfaction problems involving global constraints, i.e., special-purpose constraints provided by a solver and represented implicitly by a parametrised algorithm. Such constraints ar…

Declarative Statistics

2017-08-06 · Roberto Rossi, Özgür Akgün, Steven Prestwich, S. Armagan Tarim

In this work we introduce declarative statistics, a suite of declarative modelling tools for statistical analysis. Statistical constraints represent the key building block of declarative statistics. First, we introduce a…

Lifting Structural Tractability to CSP with Global Constraints

2013-07-06 · Evgenij Thorstensen

A wide range of problems can be modelled as constraint satisfaction problems (CSPs), that is, a set of constraints that must be satisfied simultaneously. Constraints can either be represented extensionally, by explicitly…

Incremental Updates of Generalized Hypertree Decompositions

2022-09-21 · Georg Gottlob, Matthias Lanzinger, Davide Mario Longo, Cem Okulmus

Structural decomposition methods, such as generalized hypertree decompositions, have been successfully used for solving constraint satisfaction problems (CSPs). As decompositions can be reused to solve CSPs with the same…

valid