中文
相关论文

相关论文: Constraint Satisfaction by Survey Propagation

200 篇论文

CSP sparsification, introduced by Kogan and Krauthgamer (ITCS 2015), considers the following question: how much can an instance of a constraint satisfaction problem be sparsified (by retaining a reweighted subset of the constraints) while…

数据结构与算法 · 计算机科学 2024-11-07 Sanjeev Khanna , Aaron L. Putterman , Madhu Sudan

Many practical problems in almost all scientific and technological disciplines have been classified as computationally hard (NP-hard or even NP-complete). In life sciences, combinatorial optimization problems frequently arise in molecular…

数据结构与算法 · 计算机科学 2015-03-19 H. Jose Antonio Martin

In 2000, I published a relatively comprehensive study of mappings between propositional satisfiability (SAT) and constraint satisfaction problems (CSPs) [Wal00]. I analysed four different mappings of SAT problems into CSPs, and two of CSPs…

人工智能 · 计算机科学 2019-10-02 Toby Walsh

We introduce a highly structured family of hard satisfiable 3-SAT formulas corresponding to an ordered spin-glass model from statistical physics. This model has provably "glassy" behavior; that is, it has many local optima with large energy…

统计力学 · 物理学 2012-10-19 Haixia Jia , Cristopher Moore , Bart Selman

Generating diverse solutions to the Boolean Satisfiability Problem (SAT) is a hard computational problem with practical applications for testing and functional verification of software and hardware designs. We explore the way to generate…

人工智能 · 计算机科学 2022-12-02 Karlis Freivalds , Sergejs Kozlovics

We extend the adaptive regression spline model by incorporating saturation, the natural requirement that a function extend as a constant outside a certain range. We fit saturating splines to data using a convex optimization problem over a…

机器学习 · 统计学 2017-12-05 Nicholas Boyd , Trevor Hastie , Stephen Boyd , Benjamin Recht , Michael Jordan

As machine learning models, specifically neural networks, are becoming increasingly popular, there are concerns regarding their trustworthiness, specially in safety-critical applications, e.g. actions of an autonomous vehicle must be safe.…

机器学习 · 计算机科学 2023-12-15 Kshitij Goyal , Sebastijan Dumancic , Hendrik Blockeel

The fixed template Promise Constraint Satisfaction Problem (PCSP) is a recently proposed significant generalization of the fixed template CSP, which includes approximation variants of satisfiability and graph coloring problems. All the…

计算复杂性 · 计算机科学 2019-09-12 Libor Barto

We propose prioritized unit propagation with periodic resetting, which is a simple but surprisingly effective algorithm for solving random SAT instances that are meant to be hard. In particular, an evaluation on the Random Track of the 2017…

人工智能 · 计算机科学 2019-12-13 Xujie Si , Yujia Li , Vinod Nair , Felix Gimeno

Random constraint satisfaction problems (CSPs) have been widely studied both in AI and complexity theory. Empirically and theoretically, many random CSPs have been shown to exhibit a phase transition. As the ratio of constraints to…

离散数学 · 计算机科学 2017-01-24 Colin Wei , Stefano Ermon

The solution-space structure of the 3-Satisfiability Problem (3-SAT) is studied as a function of the control parameter alpha (ratio of number of clauses to the number of variables) using numerical simulations. For this purpose, one has to…

无序系统与神经网络 · 物理学 2015-05-18 Alexander Mann , A. K. Hartmann

We show how one can use certain deterministic algorithms for higher-value constraint satisfaction problems (CSPs) to speed up deterministic local search for 3-SAT. This way, we improve the deterministic worst-case running time for 3-SAT to…

数据结构与算法 · 计算机科学 2010-07-27 Konstantin Kutzkov , Dominik Scheder

We investigate parameterizing hard combinatorial problems by the size of the solution set compared to all solution candidates. Our main result is a uniform sampling algorithm for satisfying assignments of 2-CNF formulas that runs in…

离散数学 · 计算机科学 2017-08-04 Jean Cardinal , Jerri Nummenpalo , Emo Welzl

We propose discrete diffusion guidance for constraint satisfaction problems (CSPs) and demonstrate its ability to solve Sudoku puzzles without supervision.

机器学习 · 计算机科学 2025-12-18 Justin Jung

Stochastic optimization algorithms update models with cheap per-iteration costs sequentially, which makes them amenable for large-scale data analysis. Such algorithms have been widely studied for structured sparse models where the sparsity…

机器学习 · 计算机科学 2019-05-10 Baojian Zhou , Feng Chen , Yiming Ying

Parity constraints, common in application domains such as circuit verification, bounded model checking, and logical cryptanalysis, are not necessarily most efficiently solved if translated into conjunctive normal form. Thus, specialized…

计算机科学中的逻辑 · 计算机科学 2014-06-19 Tero Laitinen , Tommi Junttila , Ilkka Niemelä

In many real world applications of machine learning, models have to meet certain domain-based requirements that can be expressed as constraints (e.g., safety-critical constraints in autonomous driving systems). Such constraints are often…

机器学习 · 计算机科学 2022-06-20 Kshitij Goyal , Sebastijan Dumancic , Hendrik Blockeel

Constraint programming (CP) has been used with great success to tackle a wide variety of constraint satisfaction problems which are computationally intractable in general. Global constraints are one of the important factors behind the…

人工智能 · 计算机科学 2009-03-04 Alan Frisch , Brahim Hnich , Zeynep Kiziltan , Ian Miguel , Toby Walsh

We propose consensus propagation, an asynchronous distributed protocol for averaging numbers across a network. We establish convergence, characterize the convergence rate for regular graphs, and demonstrate that the protocol exhibits better…

信息论 · 计算机科学 2007-07-13 Ciamac C. Moallemi , Benjamin Van Roy

Submodularity is a fundamental phenomenon in combinatorial optimization. Submodular functions occur in a variety of combinatorial settings such as coverage problems, cut problems, welfare maximization, and many more. Therefore, a lot of…

数据结构与算法 · 计算机科学 2011-11-08 Shaddin Dughmi