中文
相关论文

相关论文: Random MAX SAT, Random MAX CUT, and Their Phase Tr…

200 篇论文

Many NP-complete constraint satisfaction problems appear to undergo a "phase transition'' from solubility to insolubility when the constraint density passes through a critical threshold. In all such cases it is easy to derive upper bounds…

统计力学 · 物理学 2007-05-23 Dimitris Achlioptas , Cristopher Moore

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

Majority-SAT is the problem of determining whether an input $n$-variable formula in conjunctive normal form (CNF) has at least $2^{n-1}$ satisfying assignments. Majority-SAT and related problems have been studied extensively in various AI…

计算复杂性 · 计算机科学 2021-11-16 Shyan Akmal , Ryan Williams

The natural generalization of the Boolean satisfiability problem to optimization problems is the task of determining the maximum number of clauses that can simultaneously be satisfied in a propositional formula in conjunctive normal form.…

计算复杂性 · 计算机科学 2022-04-28 Max Bannach , Pamela Fleischmann , Malte Skambath

Let F be a random k-SAT formula on n variables, formed by selecting uniformly and independently m = rn out of all possible k-clauses. It is well-known that if r>2^k ln 2, then the formula F is unsatisfiable with probability that tends to 1…

计算复杂性 · 计算机科学 2007-05-23 Dimitris Achlioptas , Yuval Peres

The class $(r,2)$-CSP, or simply Max 2-CSP, consists of constraint satisfaction problems with at most two $r$-valued variables per clause. For instances with $n$ variables and $m$ binary clauses, we present an $O(n r^{5+19m/100})$-time…

离散数学 · 计算机科学 2008-03-26 Alexander D. Scott , Gregory B. Sorkin

The aim of the paper is to answer a long-standing open problem on the relationship between NP and BQP. The paper shows that BQP contains NP by proposing a BQP quantum algorithm for the MAX-E3-SAT problem which is a fundamental NP-hard…

计算复杂性 · 计算机科学 2015-07-28 Ahmed Younes , Jonathan E. Rowe

Maximum Satisfiability (MaxSAT) is an optimization variant of the Boolean Satisfiability (SAT) problem. In general, MaxSAT algorithms perform a succession of SAT solver calls to reach an optimum solution making extensive use of cardinality…

计算机科学中的逻辑 · 计算机科学 2014-08-21 Ruben Martins , Saurabh Joshi , Vasco Manquinho , Ines Lynce

The random k-SAT model is the most important and well-studied distribution over k-SAT instances. It is closely connected to statistical physics; it is used as a testbench for satisfiability algorithms, and average-case hardness over this…

计算复杂性 · 计算机科学 2017-03-08 Noah Fleming , Denis Pankratov , Toniann Pitassi , Robert Robere

We study the boundary of tractability for the Max-Cut problem in graphs. Our main result shows that Max-Cut above the Edwards-Erd\H{o}s bound is fixed-parameter tractable: we give an algorithm that for any connected graph with n vertices…

数据结构与算法 · 计算机科学 2013-11-07 Robert Crowston , Mark Jones , Matthias Mnich

The computational complexity of solving random 3-Satisfiability (3-SAT) problems is investigated. 3-SAT is a representative example of hard computational tasks; it consists in knowing whether a set of alpha N randomly drawn logical…

统计力学 · 物理学 2009-10-31 Simona Cocco , Remi Monasson

The satisfiability threshold for constraint satisfaction problems is that value of the ratio of constraints (or clauses) to variables, above which the probability that a random instance of the problem has a solution is zero in the large…

统计力学 · 物理学 2020-07-21 Supriya Krishnamurthy , Sumedha

The structural phase transitions and computational complexity of random 3-SAT instances are traditionally described using thermodynamic analogies from statistical physics, such as Replica Symmetry Breaking and energy landscapes. While…

计算复杂性 · 计算机科学 2026-03-02 Yongjian Zhan

The rigorous theoretical analyses of algorithms for #SAT have been proposed in the literature. As we know, previous algorithms for solving #SAT have been analyzed only regarding the number of variables as the parameter. However, the time…

人工智能 · 计算机科学 2010-06-09 Junping Zhou , Minghao Yin , Chunguang Zhou

We study $q$-SAT in the multistage model, focusing on the linear-time solvable 2-SAT. Herein, given a sequence of $q$-CNF fomulas and a non-negative integer $d$, the question is whether there is a sequence of satisfying truth assignments…

计算复杂性 · 计算机科学 2020-11-05 Till Fluschnik

Representing some problems with XOR clauses (parity constraints) can allow to apply more efficient reasoning techniques. In this paper, we present a gadget for translating SAT clauses into Max2XOR constraints, i.e., XOR clauses of at most 2…

人工智能 · 计算机科学 2022-04-06 Carlos Ansótegui , Jordi Levy

Maximum satisfiability is a canonical NP-hard optimization problem that appears empirically hard for random instances. Let us say that a Conjunctive normal form (CNF) formula consisting of $k$-clauses is $p$-satisfiable if there exists a…

概率论 · 数学 2007-05-23 Dimitris Achlioptas , Assaf Naor , Yuval Peres

We prove tight upper and lower bounds on approximation ratios of all Boolean Max-2CSP problems in the streaming model. Specifically, for every type of Max-2CSP problem, we give an explicit constant $\alpha$, s.t. for any $\epsilon>0$ (i)…

计算复杂性 · 计算机科学 2021-01-13 Chi-Ning Chou , Alexander Golovnev , Santhoshini Velusamy

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 study random subgraphs of an arbitrary finite connected transitive graph $\mathbb G$ obtained by independently deleting edges with probability $1-p$. Let $V$ be the number of vertices in $\mathbb G$, and let $\Omega$ be their degree. We…