中文
相关论文

相关论文: A Polynomial Time Algorithm for 3-SAT

200 篇论文

We present a simple randomized algorithm that approximates the number of satisfying assignments of Boolean formulas in conjunctive normal form. To the best of our knowledge this is the first algorithm which approximates #k-SAT for any k >=…

数据结构与算法 · 计算机科学 2011-07-12 Marc Thurley

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

X3SAT is the problem of whether one can satisfy a given set of clauses with up to three literals such that in every clause, exactly one literal is true and the others are false. A related question is to determine the maximal Hamming…

计算复杂性 · 计算机科学 2019-10-04 Gordon Hoi , Sanjay Jain , Frank Stephan

We provide a parameterized polynomial algorithm for the propositional model counting problem #SAT, the runtime of which is single-exponential in the rank-width of a formula. Previously, analogous algorithms have been known -- e.g.~[Fischer,…

离散数学 · 计算机科学 2010-06-30 Robert Ganian , Petr Hliněný , Jan Obdržálek

Quantum computation holds promise for the solution of many intractable problems. However, since many quantum algorithms are stochastic in nature they can only find the solution of hard problems probabilistically. Thus the efficiency of the…

量子物理 · 物理学 2009-11-07 Sebastian Maurer , Tad Hogg , Bernardo Huberman

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 PPSZ algorithm by Paturi, Pudl\'ak, Saks, and Zane [1998] is the fastest known algorithm for Unique k-SAT, where the input formula does not have more than one satisfying assignment. For k>=5 the same bounds hold for general k-SAT. We…

计算复杂性 · 计算机科学 2011-05-06 Timon Hertli

In complexity theory, there exists a famous unsolved problem whether NP can be P or not. In this paper, we discuss this aspect in SAT (satisfiability) problem, and it is shown that the SAT can be solved in plynomial time by means of quantum…

量子物理 · 物理学 2008-11-26 Masanori Ohya , Natsuki Masuda

Let K be a global field and f in K[X] be a polynomial. We present an efficient algorithm which factors f in polynomial time.

数论 · 数学 2007-05-23 K. Belabas , M. van Hoeij , J. Klueners , A. Steel

Randomized algorithms for deciding satisfiability were shown to be effective in solving problems with thousands of variables. However, these algorithms are not complete. That is, they provide no guarantee that a satisfying assignment, if…

人工智能 · 计算机科学 2007-05-23 Deborah East , Miroslaw Truszczynski

The survey presents the well-known Warshall's algorithm, a generalization and some interesting applications of this.

离散数学 · 计算机科学 2019-10-29 Zoltán Kása

Recently, Dunjko et al.(PRL, 2018) proposed an algorithm for accelerating the solution of 3-satisfiability problems using a small-scale quantum computer. In this paper, we design a distributed quantum-classical hybrid algorithm for solving…

量子物理 · 物理学 2026-04-16 Huaijing Huang , Daowen Qiu , Le Luo , Paulo Mateus

We propose a novel parallel algorithm for decomposing hard CircuitSAT instances. The technique employs specialized constraints to partition an original SAT instance into a family of weakened formulas. Our approach is implemented as a…

人工智能 · 计算机科学 2026-02-20 Victor Kondratiev , Irina Gribanova , Alexander Semenov

Weighted Max-SAT is the optimization version of SAT and many important problems can be naturally encoded as such. Solving weighted Max-SAT is an important problem from both a theoretical and a practical point of view. In recent years, there…

人工智能 · 计算机科学 2007-05-23 Javier Larrosa , Federico Heras , Simon de Givry

SOSOPT is a Matlab toolbox for formulating and solving Sum-of-Squares (SOS) polynomial optimizations. This document briefly describes the use and functionality of this toolbox. Section 1 introduces the problem formulations for SOS tests,…

最优化与控制 · 数学 2016-11-26 Peter Seiler

In this paper two algorithms solving circuit satisfiability problem over supernilpotent algebras are presented. The first one is deterministic and is faster than fastest previous algorithm presented by Aichinger. The second one is…

计算复杂性 · 计算机科学 2020-02-21 Piotr Kawałek , Jacek Krzaczkowski

We review the literature on algorithms for estimating the index space in a multi-index model. The primary focus is on computationally efficient (polynomial-time) algorithms in Gaussian space, the assumptions under which consistency is…

机器学习 · 统计学 2025-06-17 Joan Bruna , Daniel Hsu

We present the current fastest deterministic algorithm for $k$-SAT, improving the upper bound $(2-2/k)^{n + o(n)}$ dues to Moser and Scheder [STOC'11]. The algorithm combines a branching algorithm with the derandomized local search, whose…

数据结构与算法 · 计算机科学 2020-03-19 S. Cliff Liu

We furnish solid evidence, both theoretical and empirical, towards the existence of a deterministic algorithm for random sparse $\#\Omega(\log n)$-SAT instances, which computes the exact counting of satisfying assignments in sub-exponential…

计算复杂性 · 计算机科学 2020-11-10 Giorgio Camerani

In this paper, we propose a carefully optimized "half-gcd" algorithm for polynomials. We achieve a constant speed-up with respect to previous work for the asymptotic time complexity. We also discuss special optimizations that are possible…

计算复杂性 · 计算机科学 2022-12-26 Joris van der Hoeven