中文
相关论文

相关论文: Constraint Satisfaction by Survey Propagation

200 篇论文

Much of the recent work on random constraint satisfaction problems has been inspired by ingenious but non-rigorous approaches from physics. The physics predictions typically come in the form of distributional fixed point problems that are…

概率论 · 数学 2015-10-08 Victor Bapst , Amin Coja-Oghlan

An active topic in the study of random constraint satisfaction problems (CSPs) is the geometry of the space of satisfying or almost satisfying assignments as the function of the density, for which a precise landscape of predictions has been…

数据结构与算法 · 计算机科学 2021-06-25 Jun-Ting Hsieh , Sidhanth Mohanty , Jeff Xu

In this paper we analyze the performance of Warning Propagation, a popular message passing algorithm. We show that for 3CNF formulas drawn from a certain distribution over random satisfiable 3CNF formulas, commonly referred to as the…

概率论 · 数学 2010-12-30 Uriel Feige , Elchanan Mossel , Dan Vilenchik

We show that the Survey Propagation-guided decimation algorithm fails to find satisfying assignments on random instances of the "Not-All-Equal-$K$-SAT" problem if the number of message passing iterations is bounded by a constant independent…

概率论 · 数学 2014-10-01 David Gamarnik , Madhu Sudan

Constraint propagation algorithms form an important part of most of the constraint programming systems. We provide here a simple, yet very general framework that allows us to explain several constraint propagation algorithms in a systematic…

性能 · 计算机科学 2007-05-23 Krzysztof R. Apt

In this paper we present a new approach to modeling finite set domain constraint problems using Reduced Ordered Binary Decision Diagrams (ROBDDs). We show that it is possible to construct an efficient set domain propagator which compactly…

人工智能 · 计算机科学 2011-09-13 P. J. Hawkins , V. Lagoon , P. J. Stuckey

In this contribution, we provide a comprehensive evaluation of graph neural networks applied to Boolean satisfiability problems, accompanied by an intuitive explanation of the mechanisms enabling the model to generalize to different…

机器学习 · 计算机科学 2025-04-03 David Mojžíšek , Jan Hůla , Ziwei Li , Ziyu Zhou , Mikoláš Janota

In this paper we present a backtracking version of the survey propagation algorithm. We show that the introduction of the simplest form of backtracking greatly improves the ability of the original survey propagation algorithm in solving…

无序系统与神经网络 · 物理学 2007-05-23 Giorgio Parisi

We study here constraint satisfaction problems that are based on predefined, explicitly given finite constraints. To solve them we propose a notion of rule consistency that can be expressed in terms of rules derived from the explicit…

人工智能 · 计算机科学 2007-05-23 Krzysztof R. Apt , Eric Monfroy

Certifying feasibility in decision-making, critical in many industries, can be framed as a constraint satisfaction problem. This paper focuses on characterising a subset of parameter values from an a priori set that satisfy constraints on a…

系统与控制 · 电气工程与系统科学 2025-11-14 Max Mowbray , Nilay Shah , Benoît Chachuat

There have been recent efforts for incorporating Graph Neural Network models for learning full-stack solvers for constraint satisfaction problems (CSP) and particularly Boolean satisfiability (SAT). Despite the unique representational power…

机器学习 · 计算机科学 2019-03-06 Saeed Amizadeh , Sergiy Matusevych , Markus Weimer

Optimization problems such as the NP-complete 3-SAT provide an important benchmark for the difficult task of finding ground-states in strongly correlated many-body systems with rugged energy landscapes. The study of random 3-SAT problems as…

统计力学 · 物理学 2026-05-21 J. Schwardt , J. C. Budich

A wide range of constraints can be compactly specified using automata or formal languages. In a sequence of recent papers, we have shown that an effective means to reason with such specifications is to decompose them into primitive…

人工智能 · 计算机科学 2009-03-04 Claude-Guy Quimper , Toby Walsh

Constrained sampling and counting are two fundamental problems in artificial intelligence with a diverse range of applications, spanning probabilistic reasoning and planning to constrained-random verification. While the theory of these…

Problems arise when using reward functions to capture dependencies between sequential time-constrained goal states because the state-space must be prohibitively expanded to accommodate a history of successfully achieved sub-goals. Also,…

人工智能 · 计算机科学 2019-02-13 Thomas J. Ringstrom , Paul R. Schrater

A widely adopted approach to solving constraint satisfaction problems combines systematic tree search with various degrees of constraint propagation for pruning the search space. One common technique to improve the execution efficiency is…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Chiu Wo Choi , Jimmy Ho-Man Lee , Peter J. Stuckey

Fragment-based shape signature techniques have proven to be powerful tools for computer-aided drug design. They allow scientists to search for target molecules with some similarity to a known active compound. They do not require reference…

人工智能 · 计算机科学 2022-01-05 Thierry Petit , Randy J. Zauhar

A widely adopted approach to solving constraint satisfaction problems combines systematic tree search with constraint propagation for pruning the search space. Constraint propagation is performed by propagators implementing a certain notion…

人工智能 · 计算机科学 2007-05-23 Chiu Wo Choi , Warwick Harvey , Jimmy Ho-Man Lee , Peter J. Stuckey

The constraint satisfaction probem (CSP) is a well-acknowledged framework in which many combinatorial search problems can be naturally formulated. The CSP may be viewed as the problem of deciding the truth of a logical sentence consisting…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Hubie Chen

Many natural combinatorial problems can be expressed as constraint satisfaction problems. This class of problems is known to be NP-complete in general, but certain restrictions on the form of the constraints can ensure tractability. The…

计算复杂性 · 计算机科学 2020-10-05 Dmitriy Zhuk