中文
相关论文

相关论文: Single-solution Random 3-SAT Instances

200 篇论文

We present a new structural (or syntatic) approach for estimating the satisfiability threshold of random 3-SAT formulae. We show its efficiency in obtaining a jump from the previous upper bounds, lowering them to 4.506. The method combines…

离散数学 · 计算机科学 2007-05-23 Olivier Dubois , Yacine Boufkhad , Jacques Mandler

In this short paper we present a survey of some results concerning the random SAT problems. To elaborate, the Boolean Satisfiability (SAT) Problem refers to the problem of determining whether a given set of $m$ Boolean constraints over $n$…

Random instances of Constraint Satisfaction Problems (CSP's) appear to be hard for all known algorithms, when the number of constraints per variable lies in a certain interval. Contributing to the general understanding of the structure of…

离散数学 · 计算机科学 2009-04-20 Andrea Montanari , Ricardo Restrepo , Prasad Tetali

It is crucial to generate crafted SAT formulas with predefined solutions for the testing and development of SAT solvers since many SAT formulas from real-world applications have solutions. Although some generating algorithms have been…

人工智能 · 计算机科学 2019-02-27 Yamin Hu , Wenjian Luo , Junteng Wang

Article describes a class of efficient algorithms for 3SAT and their generalizations on SAT.

计算复杂性 · 计算机科学 2008-07-15 Sergey Gubin

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

We lay the foundations of a new theory for algorithms and computational complexity by parameterizing the instances of a computational problem as a moduli scheme. Considering the geometry of the scheme associated to 3-SAT, we separate P and…

计算复杂性 · 计算机科学 2024-02-20 Ali Çivril

Classically, for many computational problems one can conclude time lower bounds conditioned on the hardness of one or more of key problems: k-SAT, 3SUM and APSP. More recently, similar results have been derived in the quantum setting…

计算复杂性 · 计算机科学 2022-07-25 Andris Ambainis , Harry Buhrman , Koen Leijnse , Subhasree Patro , Florian Speelman

There are two competing paradigms in successful SAT solvers: Conflict-driven clause learning (CDCL) and stochastic local search (SLS). CDCL uses systematic exploration of the search space and has the ability to learn new clauses. SLS…

人工智能 · 计算机科学 2020-05-11 Jan-Hendrik Lorenz , Florian Wörz

SARRIGUREN, a new complete algorithm for SAT based on counting clauses (which is valid also for Unique-SAT and #SAT) is described, analyzed and tested. Although existing complete algorithms for SAT perform slower with clauses with many…

数据结构与算法 · 计算机科学 2025-04-08 Alfredo Goñi Sarriguren

In the last 30 years it was found that many combinatorial systems undergo phase transitions. One of the most important examples of these can be found among the random k-satisfiability problems (often referred to as k-SAT), asking whether…

数据分析、统计与概率 · 物理学 2010-02-02 K. A. Zweig , G. Palla , T. Vicsek

The problem of identifying the satisfiability threshold of random $3$-SAT formulas has received a lot of attention during the last decades and has inspired the study of other threshold phenomena in random combinatorial structures. The…

组合数学 · 数学 2024-11-07 Ioannis Caragiannis , Nick Gravin , Zhile Jiang

Classical satisfiability (SAT) and quantum satisfiability (QSAT) are complete problems for the complexity classes NP and QMA which are believed to be intractable for classical and quantum computers, respectively. Statistical ensembles of…

量子物理 · 物理学 2015-10-07 Ionut-Dragos Potirniche , C. R. Laumann , S. L. Sondhi

A 3-SAT problem is called positive and planar if all the literals are positive and the clause-variable incidence graph (i.e., SAT graph) is planar. The NAE 3-SAT and 1-in-3-SAT are two variants of 3-SAT that remain NP-complete even when…

计算复杂性 · 计算机科学 2021-08-31 Md. Manzurul Hasan , Debajyoti Mondal , Md. Saidur Rahman

Constraint satisfaction problems (CSPs) models many important intractable NP-hard problems such as propositional satisfiability problem (SAT). Algorithms with non-trivial upper bounds on running time for restricted SAT with bounded clause…

数据结构与算法 · 计算机科学 2008-01-22 Liang Li , Xin Li , Tian Liu , Ke Xu

Using powerful Multicanonical Ensemble Monte Carlo methods from statistical physics we explore the realization space of random K satisfiability (KSAT) in search for computational hard problems, most likely the 'hardest problems'. We search…

统计力学 · 物理学 2014-12-18 Neuhaus Thomas

A novel parallel algorithm for solving the classical Decision Boolean Satisfiability problem with clauses in conjunctive normal form is depicted. My approach for solving SAT is without using algebra or other computational search strategies…

数据结构与算法 · 计算机科学 2018-04-17 Carlos Barrón-Romero

The XOR-satisfiability (XORSAT) problem deals with a system of $n$ Boolean variables and $m$ clauses. Each clause is a linear Boolean equation (XOR) of a subset of the variables. A $K$-clause is a clause involving $K$ distinct variables. In…

无序系统与神经网络 · 物理学 2013-03-05 S. Hamed Hassani , Nicolas Macris , Rudiger Urbanke

By creating some new concepts and methods: checking tree, long unit path, direct contradiction unit pair, indirect contradiction unit pair, additional contradiction unit pair, 2-unit layer and 3-unit layer, redundant units, and destroying…

数据结构与算法 · 计算机科学 2026-04-23 Lizhi Du

In this paper I present a 3SAT algorithm based on the randomized algorithm of Papadimitriou from 1991, and Schoning from 1991. We also present strong arguments that this algorithm finds a solution (if it exists) for a 3SAT problem with high…

数据结构与算法 · 计算机科学 2018-01-03 Cristian Dumitrescu