中文
相关论文

相关论文: New Algorithms for Parity-SAT and Its Bounded-Occu…

200 篇论文

It has been hypothesized that $k$-SAT is hard to solve for randomly chosen instances near the "critical threshold", where the clause-to-variable ratio is $2^k \ln 2-\theta(1)$. Feige's hypothesis for $k$-SAT says that for all sufficiently…

数据结构与算法 · 计算机科学 2018-10-16 Nikhil Vyas

We consider the classical scheduling problem on parallel identical machines to minimize the makespan, and achieve the following results under the Exponential Time Hypothesis (ETH) 1. The scheduling problem on a constant number $m$ of…

计算复杂性 · 计算机科学 2013-10-02 Lin Chen , Klaus Jansen , Guochuan Zhang

We continue the program of proving circuit lower bounds via circuit satisfiability algorithms. So far, this program has yielded several concrete results, proving that functions in $\text{Quasi-NP} = \text{NTIME}[n^{(\log n)^{O(1)}}]$ and…

计算复杂性 · 计算机科学 2020-01-23 Nikhil Vyas , Ryan Williams

Adversarial SAT (AdSAT) is a generalization of the satisfiability (SAT) problem in which two players try to make a boolean formula true (resp. false) by controlling their respective sets of variables. AdSAT belongs to a higher complexity…

计算复杂性 · 计算机科学 2014-04-02 Marco Bardoscia , Daniel Nagaj , Antonello Scardicchio

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

It is shown that any two clauses in an instance of 3SAT sharing the same terminal which is positive in one clause and negated in the other can imply a new clause composed of the remaining terms from both clauses. Clauses can also imply…

计算复杂性 · 计算机科学 2024-06-14 Robert Quigley

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

Given a CNF formula $F$, we present a new algorithm for deciding the satisfiability (SAT) of $F$ and computing all solutions of assignments. The algorithm is based on the concept of \emph{cofactors} known in the literature. This paper is a…

计算复杂性 · 计算机科学 2017-05-09 Madhav Desai , Virendra Sule

In this paper, we examine the claims made by the paper "A polynomial-time algorithm for 3-SAT" by Lizhi Du. The paper claims to provide a polynomial-time algorithm for solving the NP-complete problem 3-SAT. In examining the paper's…

计算复杂性 · 计算机科学 2024-04-09 Yumeng He , Matan Kotler-Berkowitz , Harry Liuson , Zeyu Nie

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

There are various approaches to exploiting "hidden structure" in instances of hard combinatorial problems to allow faster algorithms than for general unstructured or random instances. For SAT and its counting version #SAT, hidden structure…

数据结构与算法 · 计算机科学 2012-04-30 Serge Gaspers , Stefan Szeider

Over the last two decades, propositional satisfiability (SAT) has become one of the most successful and widely applied techniques for the solution of NP-complete problems. The aim of this paper is to investigate theoretically how Sat can be…

计算机科学中的逻辑 · 计算机科学 2013-05-06 Johannes Klaus Fichte , Stefan Szeider

We present an exact quantum algorithm for solving the Exact Satisfiability (XSAT) problem, which belongs to the important NP-complete complexity class. The algorithm is based on an intuitive approach that can be divided into two parts:…

量子物理 · 物理学 2016-08-30 Salvatore Mandrà , Gian Giacomo Guerreschi , Alán Aspuru-Guzik

We extend the knowledge about so-called structural restrictions of $\mathrm{\#SAT}$ by giving a polynomial time algorithm for $\beta$-acyclic $\mathrm{\#SAT}$. In contrast to previous algorithms in the area, our algorithm does not proceed…

计算复杂性 · 计算机科学 2014-05-26 Johann Brault-Baron , Florent Capelli , Stefan Mengel

While 3-SAT is NP-hard, 2-SAT is solvable in polynomial time. Austrin, Guruswami, and H\r{a}stad roved a result known as "$(2+\varepsilon)$-SAT is NP-hard" [FOCS'14/SICOMP'17]. They showed that the problem of distinguishing k-CNF formulas…

离散数学 · 计算机科学 2021-09-10 Alex Brandts , Marcin Wrochna , Stanislav Živný

(k,s)-SAT is the satisfiability problem restricted to instances where each clause has exactly k literals and every variable occurs at most s times. It is known that there exists a function f such that for s\leq f(k) all (k,s)-SAT instances…

组合数学 · 数学 2007-05-23 Shlomo Hoory , Stefan Szeider

Let $\Phi$ be a uniformly random $k$-SAT formula with $n$ variables and $m$ clauses. We study the algorithmic task of finding a satisfying assignment of $\Phi$. It is known that satisfying assignments exist with high probability up to…

计算复杂性 · 计算机科学 2021-11-02 Guy Bresler , Brice Huang

Since the introduction of retroactive data structures at SODA 2004, a major unsolved problem has been to bound the gap between the best partially retroactive data structure (where changes can be made to the past, but only the present can be…

数据结构与算法 · 计算机科学 2018-04-26 Lijie Chen , Erik D. Demaine , Yuzhou Gu , Virginia Vassilevska Williams , Yinzhan Xu , Yuancheng Yu

This paper gives a novel approach to analyze SAT problem more deeply. First, I define new elements of Boolean formula such as dominant variable, decision chain, and chain coupler. Through the analysis of the SAT problem using the elements,…

计算复杂性 · 计算机科学 2018-01-25 Keum-Bae Cho

A critical variable of a satisfiable CNF formula is a variable that has the same value in all satisfying assignments. Using a simple case distinction on the fraction of critical variables of a CNF formula, we improve the running time for…

数据结构与算法 · 计算机科学 2011-05-20 Timon Hertli , Robin A. Moser , Dominik Scheder