中文
相关论文

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

200 篇论文

This paper refutes the validity of the polynomial-time algorithm for solving satisfiability proposed by Sergey Gubin. Gubin introduces the algorithm using 3-SAT and eventually expands it to accept a broad range of forms of the Boolean…

计算复杂性 · 计算机科学 2008-04-18 Ian Christopher , Dennis Huo , Bryan Jacobs

Article presents the compatibility matrix method and illustrates it with the application to P vs NP problem. The method is a generalization of descriptive geometry: in the method, we draft problems and solve them utilizing the image…

计算复杂性 · 计算机科学 2012-05-08 Sergey Gubin

We present a (full) derandomization of HSSW algorithm for 3-SAT, proposed by Hofmeister, Sch\"oning, Schuler, and Watanabe in [STACS'02]. Thereby, we obtain an O(1.3303^n)-time deterministic algorithm for 3-SAT, which is currently fastest.

计算复杂性 · 计算机科学 2011-02-21 Kazuhisa Makino , Suguru Tamaki , Masaki Yamamoto

Let F be a uniformly distributed random k-SAT formula with n variables and m clauses. We present a polynomial time algorithm that finds a satisfying assignment of F with high probability for constraint densities m/n<(1-eps_k)2^k\ln(k)/k,…

组合数学 · 数学 2017-11-17 Amin Coja-Oghlan

We present a selective bibliography about efficient SAT solving, focused on optimizations for the CDCL-based algorithms.

计算机科学中的逻辑 · 计算机科学 2018-04-24 Louis Abraham

3-SAT problem is of great importance to many technical and scientific applications. This paper presents a new hybrid evolutionary algorithm for solving this satisfiability problem. 3-SAT problem has the huge search space and hence it is…

人工智能 · 计算机科学 2013-06-24 Nasser Lotfi , Jamshid Tamouk , Mina Farmanbar

We show how the implementation of conservative logic gates on flow networks suggests a way to solve 3SAT and 3-dimensional matching problems in polynomial time by using standard minimum-cost flow methods.

数据结构与算法 · 计算机科学 2014-02-05 Frederic Gillet

We present a deterministic polynomial-time algorithm that solves the 3-satisfiability problem.

计算复杂性 · 计算机科学 2012-01-09 Amar Mukherjee

The Inverse 3-SAT problem is known to be coNP Complete. This article shows a new interesting way to solve directly the problem by using closure under resolution and partial assignment properties. An algorithm is proposed which lets solve…

数据结构与算法 · 计算机科学 2013-08-27 Xavier Labouze

The Boolean constraint satisfaction problem 3-SAT is arguably the canonical NP-complete problem. In contrast, 2-SAT can not only be decided in polynomial time, but in fact in deterministic linear time. In 2006, Bravyi proposed a physically…

量子物理 · 物理学 2016-10-25 Niel de Beaudrap , Sevag Gharibian

An algorithm is given for finding the solutions to 3SAT problems. The algorithm uses Bienstock's reduction from 3SAT to existence of induced odd cycle of length greater than three, passing through a prescribed node in the constructed graph.…

计算复杂性 · 计算机科学 2018-10-03 M. Delacorte

The problem of P vs. NP is very serious, and solutions to the problem can help save lives. This article is an attempt at solving the problem using a computer algorithm. It is presented in a fashion that will hopefully allow for easy…

数据结构与算法 · 计算机科学 2015-03-19 Matt Groff

The #2-SAT and #3-SAT problems involve counting the number of satisfying assignments (also called models) for instances of 2-SAT and 3-SAT, respectively. In 2010, Zhou et al. proposed an $\mathcal{O}^*(1.1892^m)$-time algorithm for #2-SAT…

数据结构与算法 · 计算机科学 2025-07-22 Junqiang Peng , Zimo Sheng , Mingyu Xiao

A generalized 1-in-3SAT problem is defined and found to be in complexity class P when restricted to a certain subset of CNF expressions. In particular, 1-in-kSAT with no restrictions on the number of literals per clause can be decided in…

计算复杂性 · 计算机科学 2017-07-04 Bernd R. Schuh

Going as far as possible at SAT problem solving is the main aim of our work. For this sake we have made use of quantum computing from its two, on practice, main models of computation. They have required some reformulations over the former…

We demonstrate that any logical problem can be solved by Bayesian inference. In this approach, the distinction between complexity classes vanishes. The method is illustrated by solving the 3-SAT problem in polynomial time. Beyond this,…

计算复杂性 · 计算机科学 2020-02-05 Michel Feldmann

We investigate the NP-Complete problem SAT and the geometry of its instances. For a particular type that we call {\it non-interlaced formulas}, we propose a polynomial time algorithm for their resolution using graphs and matrices.

计算复杂性 · 计算机科学 2019-03-26 Dr Serge Burckel

There are errors in the algorithm proposed by Narendra Chaudhari [2] purporting to solve the 3-sat problem in polynomial time. The present paper present instances for which the algorithm outputs erroneous results.

计算复杂性 · 计算机科学 2011-12-13 Ritesh Vispute

We consider worst case time bounds for NP-complete problems including 3-SAT, 3-coloring, 3-edge-coloring, and 3-list-coloring. Our algorithms are based on a constraint satisfaction (CSP) formulation of these problems. 3-SAT is equivalent to…

数据结构与算法 · 计算机科学 2010-01-21 Richard Beigel , David Eppstein

We present an extremely simple polynomial-space exponential-time $(1-\varepsilon)$-approximation algorithm for MAX-k-SAT that is (slightly) faster than the previous known polynomial-space $(1-\varepsilon)$-approximation algorithms by Hirsch…

数据结构与算法 · 计算机科学 2026-04-22 Harry Buhrman , Sevag Gharibian , Zeph Landau , François Le Gall , Norbert Schuch , Suguru Tamaki