paper-with-me

Papers

Local Consistency and SAT-Solvers

2014-01-18 · Peter Jeavons, Justyna Petke

Local consistency techniques such as k-consistency are a key component of specialised solvers for constraint satisfaction problems. In this paper we show that the power of using k-consistency techniques on a constraint satisfaction problem is precisely captured by using a particular inference rule, which we call negative-hyper-resolution, on the standard direct encoding of the problem into Boolean clauses. We also show that current clause-learning SAT-solvers will discover in expected polynomial time any inconsistency that can be deduced from a given set of clauses using negative-hyper-resolvents of a fixed size. We combine these two results to show that, without being explicitly designed to do so, current clause-learning SAT-solvers efficiently simulate k-consistency techniques, for all fixed values of k. We then give some experimental results to show that this feature allows clause-learning SAT-solvers to efficiently solve certain families of constraint problems which are challenging for conventional constraint-programming solvers.

📄 PDF Abstract BibTeX arXiv:1401.4613

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bounds Arc Consistency for Weighted CSPs

2014-01-15 · Matthias Zytnicki, Christine Gaspin, Simon de Givry, Thomas Schiex

The Weighted Constraint Satisfaction Problem (WCSP) framework allows representing and solving problems involving both hard constraints and cost functions. It has been applied to various problems, including resource alloc…

ARCScheduling

Leveraging Structural Constraints for Diffusion-based Neural TSP Solvers

2026-06-08 · Mickaël Basson, Philippe Preux arxiv

Neural combinatorial optimization has recently achieved strong results on the Euclidean Traveling Salesman Problem (TSP) using generative models such as diffusion and consistency models. State-ofthe-art approaches like F…

FlowLPS: Langevin-Proximal Sampling for Flow-based Inverse Problem Solvers

2025-12-08 · Jonghyun Park, Jong Chul Ye arxiv

Deep generative models are powerful priors for imaging inverse problems, but training-free solvers for latent flow models face a practical finite-step trade-off. Optimization-heavy methods quickly improve measurement con…

Neural-Schwarz Tiling for Geometry-Universal PDE Solving at Scale

2026-05-12 · Paolo Secchi, Daniel S. Balint, Marco Maurizi arxiv

Most learned PDE solvers follow a global-surrogate paradigm: a neural operator is trained to map full problem descriptions to full solution fields for a prescribed distribution of geometries, boundary conditions, and coe…

A Combined Approach for Constraints over Finite Domains and Arrays

2013-12-01 · Sébastien Bardin, Arnaud Gotlieb

Arrays are ubiquitous in the context of software verification. However, effective reasoning over arrays is still rare in CP, as local reasoning is dramatically ill-conditioned for constraints over arrays. In this paper, …