中文
相关论文

相关论文: Targeting Clause Type Distributions: a Picklock fo…

200 篇论文

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

Discrete combinatorial optimization has a central role in many scientific disciplines, however, for hard problems we lack linear time algorithms that would allow us to solve very large instances. Moreover, it is still unclear what are the…

计算复杂性 · 计算机科学 2018-12-19 Raffaele Marino , Giorgio Parisi , Federico Ricci-Tersenghi

Partly on the basis of heuristic arguments from physics it has been suggested that the performance of certain types of algorithms on random $k$-SAT formulas is linked to phase transitions that affect the geometry of the set of satisfying…

组合数学 · 数学 2017-11-17 Amin Coja-Oghlan , Amir Haqshenas , Samuel Hetterich

This thesis is divided in two parts. The first presents an overview of known results in statistical mechanics of disordered systems and its approach to random combinatorial optimization problems. The second part is a discussion of two…

统计力学 · 物理学 2008-01-21 Fabrizio Altarelli

The local search algorithm WSat is one of the most successful algorithms for solving the satisfiability (SAT) problem. It is notably effective at solving hard Random 3-SAT instances near the so-called `satisfiability threshold', but still…

人工智能 · 计算机科学 2011-06-02 I. P. Gent , J. Singer , A. Smaill

The Random Satisfiability problem has been intensively studied for decades. For a number of reasons the focus of this study has mostly been on the model, in which instances are sampled uniformly at random from a set of formulas satisfying…

离散数学 · 计算机科学 2019-05-14 Oleksii Omelchenko , Andrei A. Bulatov

We study the problem of satisfiability of randomly chosen clauses, each with K Boolean variables. Using the cavity method at zero temperature, we find the phase diagram for the K=3 case. We show the existence of an intermediate phase in the…

无序系统与神经网络 · 物理学 2009-11-07 Marc Mezard , Riccardo Zecchina

Several fragments of the satisfiability problem have been studied in the literature. Among these, Linear 3-SAT is a satisfaction problem in which each clause (viewed as a set of literals) intersects with at most one other clause; moreover,…

计算复杂性 · 计算机科学 2025-06-18 Victorien Desbois , Ocan Sankur , François Schwarzentruber

The boolean satisfiability (SAT) problem asks whether there exists an assignment of boolean values to the variables of an arbitrary boolean formula making the formula evaluate to True. It is well-known that all NP-problems can be coded as…

机器学习 · 计算机科学 2024-10-22 Christopher R. Serrano , Jonathan Gallagher , Kenji Yamada , Alexei Kopylov , Michael A. Warren

We introduce a new local search algorithm for satisfiability problems. Usual approaches focus uniformly on unsatisfied clauses. The new method works by picking uniformly random variables in unsatisfied clauses. A Variable-based Focused…

人工智能 · 计算机科学 2013-12-13 Rémi Lemoy , Mikko Alava , Erik Aurell

Recent work proposed the UCTMAXSAT algorithm to address Maximum Satisfiability Problems (MaxSAT) and shown improved performance over pure Stochastic Local Search algorithms (SLS). UCTMAXSAT is based on Monte Carlo Tree Search but it uses…

人工智能 · 计算机科学 2023-02-28 Hui Wang , Abdallah Saffidine , Tristan Cazenave

We present efficient counting and sampling algorithms for random $k$-SAT when the clause density satisfies $\alpha \le \frac{2^k}{\mathrm{poly}(k)}.$ In particular, the exponential term $2^k$ matches the satisfiability threshold…

数据结构与算法 · 计算机科学 2024-11-06 Zongchen Chen , Aditya Lonkar , Chunyang Wang , Kuan Yang , Yitong Yin

Simulated annealing (SA) attracts more attention among classical heuristic algorithms because the solution of the combinatorial optimization problem can be naturally mapped to the ground state of the Ising Hamiltonian. However, in practical…

人工智能 · 计算机科学 2022-03-28 Yunuo Cen , Debasis Das , Xuanyao Fong

The Circuit Satisfiability (CSAT) problem, a variant of the Boolean Satisfiability (SAT) problem, plays a critical role in integrated circuit design and verification. However, existing SAT solvers, optimized for Conjunctive Normal Form…

计算机科学中的逻辑 · 计算机科学 2025-07-03 Zhengyuan Shi , Tiebing Tang , Jiaying Zhu , Sadaf Khan , Hui-Ling Zhen , Mingxuan Yuan , Zhufei Chu , Qiang Xu

We study geometrical properties of the complete set of solutions of the random 3-satisfiability problem. We show that even for moderate system sizes the number of clusters corresponds surprisingly well with the theoretic asymptotic…

统计力学 · 物理学 2008-10-02 John Ardelius , Lenka Zdeborová

A solution to a 3-satisfiability (3-SAT) formula can be expanded into a cluster, all other solutions of which are reachable from this one through a sequence of single-spin flips. Some variables in the solution cluster are frozen to the same…

无序系统与神经网络 · 物理学 2009-03-17 Kang Li , Hui Ma , Haijun Zhou

We study a class of random 3-SAT instances having exactly one solution. The properties of this ensemble considerably differ from those of a random 3-SAT ensemble. It is numerically shown that the running time of several complete and…

人工智能 · 计算机科学 2007-05-23 Marko Znidaric

The Boolean Satisfiability problem (SAT) is important on artificial intelligence community and the impact of its solving on complex problems. Recently, great breakthroughs have been made respectively on stochastic local search (SLS)…

人工智能 · 计算机科学 2020-08-05 Huimin Fu , Yang Xu , Jun Liu , Guanfeng Wu , Sutcliffe Geoff

Here we study the NP-complete $K$-SAT problem. Although the worst-case complexity of NP-complete problems is conjectured to be exponential, there exist parametrized random ensembles of problems where solutions can typically be found in…

无序系统与神经网络 · 物理学 2019-07-11 Hendrik Schawe , Roman Bleim , Alexander K. Hartmann

The problem of identifying a planted assignment given a random $k$-SAT formula consistent with the assignment exhibits a large algorithmic gap: while the planted solution becomes unique and can be identified given a formula with $O(n\log…

计算复杂性 · 计算机科学 2018-03-07 Vitaly Feldman , Will Perkins , Santosh Vempala