Chasing the k-sat Threshold

Size: px
Start display at page:

Download "Chasing the k-sat Threshold"

Transcription

1 Chasing the k-sat Threshold Amin Coja-Oghlan Goethe University Frankfurt

2 Random Discrete Structures In physics, phase transitions are studied by non-rigorous methods. New mathematical ideas are necessary for a rigorous theory. Impact on discrete maths, computer science, physics. Amin Coja-Oghlan (Frankfurt) Random k-sat 2 / 28

3 The k-sat problem The P NP problem [Cook, Karp 1970s] Many fundamental problems are NP-hard: Boolean Satisfiability [model checking, VLSI,... ], Graph Colouring [timetabling/allocation,... ], Travelling Salesman [scheduling problems,... ],... P NP-conjecture: it is impossible to solve any of these efficiently. Amin Coja-Oghlan (Frankfurt) Random k-sat 3 / 28

4 The k-sat problem Fix k 3 and let x 1, x 2,..., x n be Boolean variables. Given an expression of the form (x 1 x 17 x 29 ) ( x }{{} 11 x 2 x 1 ) }{{} k-clause k-clause... find a Boolean assignment that makes the entire formula true. Amin Coja-Oghlan (Frankfurt) Random k-sat 4 / 28

5 The k-sat problem Fix k 3 and let x 1, x 2,..., x n be Boolean variables. Given an expression of the form (x 1 x 17 x 29 ) ( x }{{} 11 x 2 x 1 ) }{{} k-clause k-clause... find a Boolean assignment that makes the entire formula true. NP-complete in the worst case. Exhaustive search takes time 2 n. Amin Coja-Oghlan (Frankfurt) Random k-sat 4 / 28

6 Random k-sat The random k-sat model Generate k-clauses Φ 1,..., Φ m uniformly and independently. Let Φ = Φ 1 Φ m. Amin Coja-Oghlan (Frankfurt) Random k-sat 5 / 28

7 Random k-sat Kirkpatrick, Selman (experimental) Science 1994 There occurs a satisfiability phase transition. Industrial SAT solvers require exponential time. Amin Coja-Oghlan (Frankfurt) Random k-sat 5 / 28

8 First analytical results Theorem If m/n > 2 k log 2 log 2 2, then Φ is unsatisfiable w.h.p. [folklore] Amin Coja-Oghlan (Frankfurt) Random k-sat 6 / 28

9 First analytical results Theorem [KKKS 1998] If m/n > 2 k log 2 1+log o k (1), then Φ is unsatisfiable w.h.p. Amin Coja-Oghlan (Frankfurt) Random k-sat 6 / 28

10 First analytical results Theorem [KKKS 1998] If m/n > 2 k log 2 1+log o k (1), then Φ is unsatisfiable w.h.p. Theorem [Friedgut 1999] There is a non-uniform threshold for satisfiability. Amin Coja-Oghlan (Frankfurt) Random k-sat 6 / 28

11 Algorithmic lower bounds Algorithm Density Culprit LLL Θ(2 k /k 2 ) Moser, Tardos 2010 Walksat Ω(2 k /k) ACO, Frieze 2012 e Unit Clause 2 2k /k Chao, Franco 1990 SC+backtracking k /k Frieze, Suen 1996 Fix 2 k log(k)/k ACO 2009 Amin Coja-Oghlan (Frankfurt) Random k-sat 7 / 28

12 Non-constructive bounds Theorem [Achlioptas, Moore 2002] Φ is satisfiable w.h.p. if m/n 2 k 1 log 2 O(1). Based on the second moment method. Off by a factor of 2. Amin Coja-Oghlan (Frankfurt) Random k-sat 8 / 28

13 Non-constructive bounds Theorem [Achlioptas, Peres 2003] Φ is satisfiable w.h.p. if Weighted second moment. m/n 2 k log 2 k log 2 2 Leaves a gap of k log 2/2. O(1). Amin Coja-Oghlan (Frankfurt) Random k-sat 9 / 28

14 Enter the physicists The replica and the cavity method [Mézard, Parisi, Zecchina 2001] Exact predictions as to the k-sat threshold. New algorithms: Belief/Survey Propagation guided decimation. Mathematically highly non-rigorous. Amin Coja-Oghlan (Frankfurt) Random k-sat 10 / 28

15 Enter the physicists The replica trick Goal: to compute E log Z. Generally, it is not true that E log Z log E [Z]. However, 1 E log Z = lim j 0 j log E [ Z j]. Now, compute the integer moments E [ Z j] and guess the correct extension to non-integer j. Amin Coja-Oghlan (Frankfurt) Random k-sat 10 / 28

16 Enter the physicists Replica symmetry breaking [Mézard, Parisi, Zecchina 2001] As m/n increases, the solution space clusters. uniquenessα d,+ symmetry αdynamic d RSB α c one-step RSBα s Fig. 2. Pictorial representation of the different phase transitions Goal solutions of a rcsp. At α d,+ some clusters appear, but for α d,+ < To comprise turn the only physics anresults exponentially into rigorous small fraction of solutions. Forα d < solutions are split among about e NΣ theorems. clusters of size e Ns.Ifα the set of solutions is dominated by a few large clusters (with strong Amin Coja-Oghlan (Frankfurt) Random k-sat 11 / 28

17 New (rigorous) result Theorem [ACO, Panagiotou 2012] Φ is satisfiable w.h.p. if m/n < 2 k log 2 3 log 2 2 o k (1). Guided by the physicists Belief Propagation technique. Matches the replica symmetric bound. Remaining gap of Amin Coja-Oghlan (Frankfurt) Random k-sat 12 / 28

18 The vanilla second moment Suppose Z 0, and Z > 0 Φ is satisfiable. By the Paley-Zygmund inequality, P [Φ satisfiable] P [Z > 0] E [Z]2 E [Z 2 ]. If E [ Z 2] C E [Z] 2, then Φ is satisfiable w.h.p. [Friedgut 99] Vanilla random variable: Z = #satisfying assignments. Amin Coja-Oghlan (Frankfurt) Random k-sat 13 / 28

19 The vanilla second moment Goal: to compute E [ Z 2]. We have E [ Z 2] = P [both σ, τ satisfy Φ] σ,τ {0,1} n Amin Coja-Oghlan (Frankfurt) Random k-sat 14 / 28

20 The vanilla second moment Goal: to compute E [ Z 2]. We have E [ Z 2] = P [both σ, τ satisfy Φ] σ,τ {0,1} n n = P [both σ, τ satisfy Φ] σ {0,1} n d=0 τ:dist(σ,τ)=d Amin Coja-Oghlan (Frankfurt) Random k-sat 14 / 28

21 The vanilla second moment Goal: to compute E [ Z 2]. We have E [ Z 2] = P [both σ, τ satisfy Φ] σ,τ {0,1} n n = P [both σ, τ satisfy Φ] σ {0,1} n d=0 τ:dist(σ,τ)=d n = 2 n P [both 1, τ satisfy Φ 1 ] m d=0 τ:dist(1,τ)=d Amin Coja-Oghlan (Frankfurt) Random k-sat 14 / 28

22 The vanilla second moment Goal: to compute E [ Z 2]. We have E [ Z 2] = = σ,τ {0,1} n P [both σ, τ satisfy Φ] n σ {0,1} n d=0 τ:dist(σ,τ)=d = 2 n n = 2 n n d=0 τ:dist(1,τ)=d d=0 ( n d P [both σ, τ satisfy Φ] P [both 1, τ satisfy Φ 1 ] m ) (1 2 1 k + 2 k (1 d/n) k ) m Amin Coja-Oghlan (Frankfurt) Random k-sat 14 / 28

23 The vanilla second moment We have E [ Z 2] = 2 n With α = d/n let n d=0 ( ) n (1 2 1 k + 2 k (1 d/n) k ) m. d f (α) = ln 2 + h(α) + m n ln [1 2 1 k + 2 k (1 α) k], where h(α) = α ln α (1 α) ln(1 α). Then 1 n ln E [ Z 2] max 0<α<1 f (α). Amin Coja-Oghlan (Frankfurt) Random k-sat 15 / 28

24 panneal := a/ln 1 K 2 1 K k C 2 Kk 1 K a k > r d 2 The vanilla second k $ln 2 K 2; > k d 7; moment r := 128 ln 2 K 2 k := 7 > f d a/ln 2 C h a C r$panneal a ; f := a/ln 2 C h a C r panneal a 1 > plot f a, f, a = ; 2 (2) (3) (4) (5) a K0.01 K0.02 K0.03 > plot f a, f 1 2, a = ; We have 1 n ln E [ Z 2] max 0<α<1 f (α). Moreover, f (1/2) 2 n ln E [Z]. Thus, E [ Z 2] exp(ω(n)) E [Z] 2. How come? Amin Coja-Oghlan (Frankfurt) Random k-sat 16 / 28

25 Asymmetry and the majority assignment Satisfying assignments are correlated. For each literal let d l =degree of l in Φ. Let d = (d l ) l be the degree sequence. Amin Coja-Oghlan (Frankfurt) Random k-sat 17 / 28

26 Asymmetry and the majority assignment Satisfying assignments are correlated. For each literal let d l =degree of l in Φ. Let d = (d l ) l be the degree sequence. The majority assignment is σ maj (x) = { 1 if dx d x, 0 otherwise. Amin Coja-Oghlan (Frankfurt) Random k-sat 17 / 28

27 Asymmetry and the majority assignment Satisfying assignments are correlated. For each literal let d l =degree of l in Φ. Let d = (d l ) l be the degree sequence. The majority assignment is The majority weight is σ maj (x) = { 1 if dx d x, 0 otherwise. w maj = 1 max {d x, d x }. km x V Amin Coja-Oghlan (Frankfurt) Random k-sat 17 / 28

28 Asymmetry and the majority assignment a K0.2 K a K0.6 K0.8 K0.5 K1 K1.2 K1 K1.4 K1.6 K1.5 K1.8 K2 K2 > > ptnae d a/r$ln 1K 1Ktheta a k K theta a k ; k k ptnae := a/r ln 1 K 1 K q a K q a > plot ptnae a C h a, a = 0..1 ; σ maj has maximum probability of being SAT. Conjecture: a typical SAT assignment leans towards σ maj. (11) [AP 03] Amin Coja-Oghlan (Frankfurt) Random k-sat 18 / 28

29 Asymmetry and the majority assignment Corollary [ACO, Panagiotou 2012] 1 There is δ = δ(k) > 0 such that w.h.p. 1 n 2 E [ln(z + 1)] ln E [Z] δn. dist(σ, σ maj ) 1 2 δ. σ sat. Even the first moment is off! Amin Coja-Oghlan (Frankfurt) Random k-sat 19 / 28

30 Asymmetry and the majority assignment Corollary [ACO, Panagiotou 2012] W.h.p. E [ln(z + 1)] ln E [Z] δn. Proof We have But P [w maj > E [w maj ] + ε] = exp [ Θ(ε 2 n) ]. E [Z w maj > E [w maj ] + ε] = exp (Ω(εn)) E [Z w maj E [w maj ]]. Amin Coja-Oghlan (Frankfurt) Random k-sat 20 / 28

31 Asymmetry and the majority assignment Proof We have But > > > xi evalf 5 (15) x plot ptsat a, xi, a = 0..1 ; P [w maj > E [w maj ] + ε] = exp [ Θ(ε 2 n) ]. (15) (16) E [Z w maj > E [w maj ] + ε] = exp (Ω(εn)) E [Z w maj E [w maj ]]. Amin Coja-Oghlan (Frankfurt) Random k-sat 21 / 28

32 Symmetrizing the problem Idea To work with a special type of symmetric satisfying assignments. Not-All-Equal assignments Both σ and σ are satisfying. Succeeds up to m/n 2 k 1 ln 2. [AM 02] a K0.2 K0.4 K0.6 K0.8 K1 > > r d 2 k $ln 2 K 2 r := 128 ln 2 K 2 Amin Coja-Oghlan (Frankfurt) Random k-sat 22 / 28 ptmax d x/evalf RootOf diff ptsat a, x C h a, a, a, 0..1 ; (12)

33 Symmetrizing the problem Idea To work with a special type of symmetric satisfying assignments. Balanced assignments The total number of true literal occurrences is km/2 ± 1. Succeeds up to m/n = 2 k ln 2 k ln 2 2. [AP 03] Amin Coja-Oghlan (Frankfurt) Random k-sat 22 / 28

34 Tackling asymmetry ACO, Panagiotou [2012] We need to accommodate asymmetric assignments. Key idea: to quantify asymmetry via Belief Propagation. Amin Coja-Oghlan (Frankfurt) Random k-sat 23 / 28

35 Tackling asymmetry ACO, Panagiotou [2012] We need to accommodate asymmetric assignments. Key idea: to quantify asymmetry via Belief Propagation. Belief Propagation [MPZ 2001] The marginal of x is p(x) = #sat assignments where x is true. #sat assignments Amin Coja-Oghlan (Frankfurt) Random k-sat 23 / 28

36 Tackling asymmetry ACO, Panagiotou [2012] We need to accommodate asymmetric assignments. Key idea: to quantify asymmetry via Belief Propagation. Belief Propagation [MPZ 2001] The marginal of x is p(x) = According to Belief Propagation, #sat assignments where x is true. #sat assignments p(x) p BP (x) = d x d x 2 k+1 + O Call p BP (x) the type of x. ( ) dx 2 d x. 2 k Amin Coja-Oghlan (Frankfurt) Random k-sat 23 / 28

37 Tackling asymmetry Fixing the marginals We fix the degree sequence d. Let T be the set of all types. An assignment σ has p BP -marginals if d l (σ(l) t) = O(1) for all t T. l:p BP (l)=t Amin Coja-Oghlan (Frankfurt) Random k-sat 24 / 28

38 Tackling asymmetry Clause types The type of a clause l 1 l k is (p BP (l 1 ),..., p BP (l k )). Judicious assignments Suppose σ has p BP -marginals. σ is judicious if for all l = (l 1,..., l k ) T k, j [k] (σ(φ ij ) l j ) = O(1). i:φ i has type l Let Z J = #judicious satisfying assignments. Amin Coja-Oghlan (Frankfurt) Random k-sat 25 / 28

39 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

40 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

41 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Create d l clones of each literal l and pile all clones of each type t. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

42 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Create d l clones of each literal l and pile all clones of each type t. A t-fraction of all clones are true under σ, τ. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

43 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Create d l clones of each literal l and pile all clones of each type t. A t-fraction of all clones are true under σ, τ. Match the clones to the clauses judiciously. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

44 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Create d l clones of each literal l and pile all clones of each type t. A t-fraction of all clones are true under σ, τ. Match the clones to the clauses judiciously. The problem factorizes over clause types. Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

45 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. Intuition: clones and clauses Let σ, τ be assignments with p BP -marginals. Create d l clones of each literal l and pile all clones of each type t. A t-fraction of all clones are true under σ, τ. Match the clones to the clauses judiciously. The problem factorizes over clause types. Satisfiability just requires a particular shuffling for each clause type! Amin Coja-Oghlan (Frankfurt) Random k-sat 26 / 28

46 Tackling asymmetry Lemma [ACO, Panagiotou 2012] If r < 2 k ln ln 2, then E [ Z 2 J ] C E [ZJ ] 2. To obtain the main theorem, we need to control the cluster size. Technical problems: large deviations phenomena fixed point problem, enumeration of assignments with a given overlap, analytical hazards. Amin Coja-Oghlan (Frankfurt) Random k-sat 27 / 28

47 Conclusion First successful analysis of an asymmetric problem. These also arise within message passing algorithms such as Belief Propagation, Survey Propagation. We obtain the replica symmetric bound. To improve the result, one needs to cope with condensation. Amin Coja-Oghlan (Frankfurt) Random k-sat 28 / 28

Phase transitions in discrete structures

Phase transitions in discrete structures Phase transitions in discrete structures Amin Coja-Oghlan Goethe University Frankfurt Overview 1 The physics approach. [following Mézard, Montanari 09] Basics. Replica symmetry ( Belief Propagation ).

More information

Random Graph Coloring

Random Graph Coloring Random Graph Coloring Amin Coja-Oghlan Goethe University Frankfurt A simple question... What is the chromatic number of G(n,m)? [ER 60] n vertices m = dn/2 random edges ... that lacks a simple answer Early

More information

Going after the k-sat Threshold

Going after the k-sat Threshold Going after the k-sat Threshold Extended Abstract] ABSTRACT Amin Coja-Oghlan Goethe University Mathematics Institute Frankfurt 60054, Germany acoghlan@math.uni-frankfurt.de Random k-sat is the single most

More information

The condensation phase transition in random graph coloring

The condensation phase transition in random graph coloring The condensation phase transition in random graph coloring Victor Bapst Goethe University, Frankfurt Joint work with Amin Coja-Oghlan, Samuel Hetterich, Felicia Rassmann and Dan Vilenchik arxiv:1404.5513

More information

Lecture 8: February 8

Lecture 8: February 8 CS71 Randomness & Computation Spring 018 Instructor: Alistair Sinclair Lecture 8: February 8 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

Phase Transitions (and their meaning) in Random Constraint Satisfaction Problems

Phase Transitions (and their meaning) in Random Constraint Satisfaction Problems International Workshop on Statistical-Mechanical Informatics 2007 Kyoto, September 17 Phase Transitions (and their meaning) in Random Constraint Satisfaction Problems Florent Krzakala In collaboration

More information

Predicting Phase Transitions in Hypergraph q-coloring with the Cavity Method

Predicting Phase Transitions in Hypergraph q-coloring with the Cavity Method Predicting Phase Transitions in Hypergraph q-coloring with the Cavity Method Marylou Gabrié (LPS, ENS) Varsha Dani (University of New Mexico), Guilhem Semerjian (LPT, ENS), Lenka Zdeborová (CEA, Saclay)

More information

A Better Algorithm for Random k-sat

A Better Algorithm for Random k-sat A Better Algorithm for Random k-sat Amin Coja-Oghlan University of Edinburgh, School of Informatics, 10 Crichton Street, Edinburgh EH8 9AB acoghlan@inf.ed.ac.uk Abstract. Let Φ be a uniformly distributed

More information

Phase Transitions in the Coloring of Random Graphs

Phase Transitions in the Coloring of Random Graphs Phase Transitions in the Coloring of Random Graphs Lenka Zdeborová (LPTMS, Orsay) In collaboration with: F. Krząkała (ESPCI Paris) G. Semerjian (ENS Paris) A. Montanari (Standford) F. Ricci-Tersenghi (La

More information

Performance of Sequential Local Algorithms for the Random NAE-$K$-SAT Problem

Performance of Sequential Local Algorithms for the Random NAE-$K$-SAT Problem Performance of Sequential Local Algorithms for the Random NAE-$K$-SAT Problem The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Algorithmic Barriers from Phase Transitions

Algorithmic Barriers from Phase Transitions Algorithmic Barriers from Phase Transitions Dimitris Achlioptas Amin Coja-Oghlan Abstract For many random Constraint Satisfaction Problems, by now there exist asymptotically tight estimates of the largest

More information

Phase Transitions and Local Search for k-satisfiability

Phase Transitions and Local Search for k-satisfiability Phase Transitions and Local Search for k-satisfiability Pekka Orponen (joint work with many others) Department of Information and Computer Science Helsinki University of Technology TKK Outline Part I:

More information

On the Solution-Space Geometry of Random Constraint Satisfaction Problems

On the Solution-Space Geometry of Random Constraint Satisfaction Problems On the Solution-Space Geometry of Random Constraint Satisfaction Problems Dimitris Achlioptas Department of Computer Science, University of California Santa Cruz optas@cs.ucsc.edu Amin Coja-Oghlan School

More information

Phase Transitions and Computational Complexity Bart Selman

Phase Transitions and Computational Complexity Bart Selman Phase Transitions and Computational Complexity Bart Selman BS - 08/95 1 Computational Challenges In AI Many core computer science problems have been shown to be computationally intractable. We have results

More information

c 2006 Society for Industrial and Applied Mathematics

c 2006 Society for Industrial and Applied Mathematics SIAM J. COMPUT. Vol. 36, No. 3, pp. 740 762 c 2006 Society for Industrial and Applied Mathematics RANDOM k-sat: TWO MOMENTS SUFFICE TO CROSS A SHARP THRESHOLD DIMITRIS ACHLIOPTAS AND CRISTOPHER MOORE Abstract.

More information

Phase Transitions and Satisfiability Threshold

Phase Transitions and Satisfiability Threshold Algorithms Seminar 2001 2002, F. Chyzak (ed.), INRIA, (200, pp. 167 172. Available online at the URL http://algo.inria.fr/seminars/. Phase Transitions and Satisfiability Threshold Olivier Dubois (a) and

More information

Two-coloring random hypergraphs

Two-coloring random hypergraphs Two-coloring random hypergraphs Dimitris Achlioptas Jeong Han Kim Michael Krivelevich Prasad Tetali December 17, 1999 Technical Report MSR-TR-99-99 Microsoft Research Microsoft Corporation One Microsoft

More information

Upper-bounding the k-colorability threshold by counting covers

Upper-bounding the k-colorability threshold by counting covers Upper-bounding the k-colorability threshold by counting covers Amin Coja-Oghlan Goethe University Mathematics Institute Frankfurt am Main, Germany acoghlan@math.uni-frankfurt.de Submitted: May 2, 2013;

More information

On the Solution-Space Geometry of Random Constraint Satisfaction Problems*

On the Solution-Space Geometry of Random Constraint Satisfaction Problems* On the Solution-Space Geometry of Random Constraint Satisfaction Problems* Dimitris Achlioptas, 1, Amin Coja-Oghlan, 3 Federico Ricci-Tersenghi 4 1 Department of Computer Science, University of California,

More information

A Duality between Clause Width and Clause Density for SAT

A Duality between Clause Width and Clause Density for SAT A Duality between Clause Width and Clause Density for SAT Chris Calabro, Russell Impagliazzo, Ramamohan Paturi University of California, San Diego 9500 Gilman Drive, La Jolla, CA 92093 ccalabro,russell,paturi

More information

Reconstruction in the Generalized Stochastic Block Model

Reconstruction in the Generalized Stochastic Block Model Reconstruction in the Generalized Stochastic Block Model Marc Lelarge 1 Laurent Massoulié 2 Jiaming Xu 3 1 INRIA-ENS 2 INRIA-Microsoft Research Joint Centre 3 University of Illinois, Urbana-Champaign GDR

More information

On the number of circuits in random graphs. Guilhem Semerjian. [ joint work with Enzo Marinari and Rémi Monasson ]

On the number of circuits in random graphs. Guilhem Semerjian. [ joint work with Enzo Marinari and Rémi Monasson ] On the number of circuits in random graphs Guilhem Semerjian [ joint work with Enzo Marinari and Rémi Monasson ] [ Europhys. Lett. 73, 8 (2006) ] and [ cond-mat/0603657 ] Orsay 13-04-2006 Outline of the

More information

Information, Physics, and Computation

Information, Physics, and Computation Information, Physics, and Computation Marc Mezard Laboratoire de Physique Thdorique et Moales Statistiques, CNRS, and Universit y Paris Sud Andrea Montanari Department of Electrical Engineering and Department

More information

Perturbed Message Passing for Constraint Satisfaction Problems

Perturbed Message Passing for Constraint Satisfaction Problems Journal of Machine Learning Research 16 (2015) 1249-1274 Submitted 4/13; Revised 9/14; Published 7/15 Perturbed Message Passing for Constraint Satisfaction Problems Siamak Ravanbakhsh Russell Greiner Department

More information

Independence and chromatic number (and random k-sat): Sparse Case. Dimitris Achlioptas Microsoft

Independence and chromatic number (and random k-sat): Sparse Case. Dimitris Achlioptas Microsoft Independence and chromatic number (and random k-sat): Sparse Case Dimitris Achlioptas Microsoft Random graphs W.h.p.: with probability that tends to 1 as n. Hamiltonian cycle Let τ 2 be the moment all

More information

THE PHYSICS OF COUNTING AND SAMPLING ON RANDOM INSTANCES. Lenka Zdeborová

THE PHYSICS OF COUNTING AND SAMPLING ON RANDOM INSTANCES. Lenka Zdeborová THE PHYSICS OF COUNTING AND SAMPLING ON RANDOM INSTANCES Lenka Zdeborová (CEA Saclay and CNRS, France) MAIN CONTRIBUTORS TO THE PHYSICS UNDERSTANDING OF RANDOM INSTANCES Braunstein, Franz, Kabashima, Kirkpatrick,

More information

Long Range Frustration in Finite Connectivity Spin Glasses: Application to the random K-satisfiability problem

Long Range Frustration in Finite Connectivity Spin Glasses: Application to the random K-satisfiability problem arxiv:cond-mat/0411079v1 [cond-mat.dis-nn] 3 Nov 2004 Long Range Frustration in Finite Connectivity Spin Glasses: Application to the random K-satisfiability problem Haijun Zhou Max-Planck-Institute of

More information

The Condensation Phase Transition in the Regular k-sat Model

The Condensation Phase Transition in the Regular k-sat Model The Condensation Phase Transition in the Regular k-sat Model Victor Bapst 1 and Amin Coja-Oghlan 2 1 Mathematics Institute, Goethe University, Frankfurt, Germany bapst@math.uni-frankfurt.de 2 Mathematics

More information

The cavity method. Vingt ans après

The cavity method. Vingt ans après The cavity method Vingt ans après Les Houches lectures 1982 Early days with Giorgio SK model E = J ij s i s j i

More information

Original citation: Coja-Oghlan, Amin. (2010) A better algorithm for random k-sat. SIAM Journal on Computing, Vol.39 (No.7). pp. 2823-2864. ISSN 0097-5397 Permanent WRAP url: http://wrap.warwick.ac.uk/5351

More information

THE THRESHOLD FOR RANDOM k-sat IS 2 k log 2 O(k)

THE THRESHOLD FOR RANDOM k-sat IS 2 k log 2 O(k) JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 17, Number 4, Pages 947 973 S 0894-034704)00464-3 Article electronically published on August 27, 2004 THE THRESHOLD FOR RANDOM k-sat IS 2 k log 2 Ok)

More information

Frozen variables in random boolean constraint satisfaction problems

Frozen variables in random boolean constraint satisfaction problems Frozen variables in random boolean constraint satisfaction problems Michael Molloy and Ricardo Restrepo Department of Computer Science, University of Toronto 10 King s College Road, Toronto, ON July 3,

More information

Phase transitions in Boolean satisfiability and graph coloring

Phase transitions in Boolean satisfiability and graph coloring Phase transitions in Boolean satisfiability and graph coloring Alexander Tsiatas May 8, 2008 Abstract I analyzed the behavior of the known phase transitions in two NPcomplete problems, 3-colorability and

More information

Generating Hard but Solvable SAT Formulas

Generating Hard but Solvable SAT Formulas Generating Hard but Solvable SAT Formulas T-79.7003 Research Course in Theoretical Computer Science André Schumacher October 18, 2007 1 Introduction The 3-SAT problem is one of the well-known NP-hard problems

More information

Reconstruction for Models on Random Graphs

Reconstruction for Models on Random Graphs 1 Stanford University, 2 ENS Paris October 21, 2007 Outline 1 The Reconstruction Problem 2 Related work and applications 3 Results The Reconstruction Problem: A Story Alice and Bob Alice, Bob and G root

More information

Tight Bounds For Random MAX 2-SAT

Tight Bounds For Random MAX 2-SAT Tight Bounds For Random MAX 2-SAT MohammadTaghi Hajiaghayi Jeong Han Kim Abstract For a conjunctive normal form formula F with n variables and m = cn 2-variable clauses (c is called the density), denote

More information

ON STRUCTURAL AND ALGORITHMIC BOUNDS

ON STRUCTURAL AND ALGORITHMIC BOUNDS ON STRUCTURAL AND ALGORITHMIC BOUNDS IN RANDOM CONSTRAINT SATISFACTION PROBLEMS Dissertation zur Erlangung des Doktorgrades der Naturwissenschaften vorgelegt beim Fachbereich 12 der Johann Wolfgang Goethe-Universität

More information

Mind the gap Solving optimization problems with a quantum computer

Mind the gap Solving optimization problems with a quantum computer Mind the gap Solving optimization problems with a quantum computer A.P. Young http://physics.ucsc.edu/~peter Work supported by Talk at the London Centre for Nanotechnology, October 17, 2012 Collaborators:

More information

Advanced Algorithms 南京大学 尹一通

Advanced Algorithms 南京大学 尹一通 Advanced Algorithms 南京大学 尹一通 Constraint Satisfaction Problem variables: (CSP) X = {x 1, x2,..., xn} each variable ranges over a finite domain Ω an assignment σ ΩX assigns each variable a value in Ω constraints:

More information

Phase transition phenomena of statistical mechanical models of the integer factorization problem (submitted to JPSJ, now in review process)

Phase transition phenomena of statistical mechanical models of the integer factorization problem (submitted to JPSJ, now in review process) Phase transition phenomena of statistical mechanical models of the integer factorization problem (submitted to JPSJ, now in review process) Chihiro Nakajima WPI-AIMR, Tohoku University Masayuki Ohzeki

More information

Solving Random Satisfiable 3CNF Formulas in Expected Polynomial Time

Solving Random Satisfiable 3CNF Formulas in Expected Polynomial Time Solving Random Satisfiable 3CNF Formulas in Expected Polynomial Time Michael Krivelevich and Dan Vilenchik Tel-Aviv University Solving Random Satisfiable 3CNF Formulas in Expected Polynomial Time p. 1/2

More information

Phase transition for Local Search on planted SAT

Phase transition for Local Search on planted SAT Phase transition for Local Search on planted SAT Andrei A. Bulatov 1 Evgeny S. Skvortsov 2 1 Simon Fraser University 2 Google Canada abulatov@cs.sfu.ca, evgenys@google.com Abstract. The Local Search algorithm

More information

Notes 6 : First and second moment methods

Notes 6 : First and second moment methods Notes 6 : First and second moment methods Math 733-734: Theory of Probability Lecturer: Sebastien Roch References: [Roc, Sections 2.1-2.3]. Recall: THM 6.1 (Markov s inequality) Let X be a non-negative

More information

A note on unsatisfiable k-cnf formulas with few occurrences per variable

A note on unsatisfiable k-cnf formulas with few occurrences per variable A note on unsatisfiable k-cnf formulas with few occurrences per variable Shlomo Hoory Department of Computer Science University of British Columbia Vancouver, Canada shlomoh@cs.ubc.ca Stefan Szeider Department

More information

Generating Hard Satisfiable Formulas by Hiding Solutions Deceptively

Generating Hard Satisfiable Formulas by Hiding Solutions Deceptively Journal of Artificial Intelligence Research 28 (2007) 107-118 Submitted 9/05; published 2/07 Generating Hard Satisfiable Formulas by Hiding Solutions Deceptively Haixia Jia Computer Science Department

More information

Spectral thresholds in the bipartite stochastic block model

Spectral thresholds in the bipartite stochastic block model Spectral thresholds in the bipartite stochastic block model Laura Florescu and Will Perkins NYU and U of Birmingham September 27, 2016 Laura Florescu and Will Perkins Spectral thresholds in the bipartite

More information

On the method of typical bounded differences. Lutz Warnke. Georgia Tech

On the method of typical bounded differences. Lutz Warnke. Georgia Tech On the method of typical bounded differences Lutz Warnke Georgia Tech What is this talk about? Motivation Behaviour of a function of independent random variables ξ 1,..., ξ n : X = F (ξ 1,..., ξ n ) the

More information

hal , version 3-19 Sep 2007

hal , version 3-19 Sep 2007 Pairs of SAT Assignment in Random Boolean Formulæ Hervé Daudé LATP, UMR 663 CNRS et Université de Provence 13453 Marseille CEDEX, France Marc Mézard LPTMS, UMR 866 CNRS et Université Paris-Sud 91405 Orsay

More information

...MEAN-FIELD THEORY OF SPIN GLASSES AND BOOLEAN SATISFIABILITY...

...MEAN-FIELD THEORY OF SPIN GLASSES AND BOOLEAN SATISFIABILITY... ...MEAN-FIELD THEORY OF SPIN GLASSES AND BOOLEAN SATISFIABILITY... JAESUNG SON THESIS ADVISOR: ROBIN PEMANTLE APRIL 16, 018 1 1 Introduction 1.1 The Ising model Suppose the Ising spins are localized the

More information

Algorithms and Theory of Computation. Lecture 22: NP-Completeness (2)

Algorithms and Theory of Computation. Lecture 22: NP-Completeness (2) Algorithms and Theory of Computation Lecture 22: NP-Completeness (2) Xiaohui Bei MAS 714 November 8, 2018 Nanyang Technological University MAS 714 November 8, 2018 1 / 20 Set Cover Set Cover Input: a set

More information

Hypergraph coloring up to condensation

Hypergraph coloring up to condensation Hypergraph coloring up to condensation Peter Ayre School of Mathematics and Statistics UNSW Sydney NSW 2052, Australia peter.ayre@unsw.edu.au Catherine Greenhill School of Mathematics and Statistics UNSW

More information

arxiv: v2 [cond-mat.dis-nn] 4 Dec 2008

arxiv: v2 [cond-mat.dis-nn] 4 Dec 2008 Constraint satisfaction problems with isolated solutions are hard Lenka Zdeborová Université Paris-Sud, LPTMS, UMR8626, Bât. 00, Université Paris-Sud 9405 Orsay cedex CNRS, LPTMS, UMR8626, Bât. 00, Université

More information

Message Passing Algorithms: A Success Looking for Theoreticians

Message Passing Algorithms: A Success Looking for Theoreticians Message Passing Algorithms: A Success Looking for Theoreticians Andrea Montanari Stanford University June 5, 2010 Andrea Montanari (Stanford) Message Passing June 5, 2010 1 / 93 What is this talk about?

More information

Random Satisfiability

Random Satisfiability Handbook of Satisfiability Armin Biere, Marijn Heule, Hans van Maaren and Toby Walsch IOS Press, 2008 c 2008 Dimitris Achlioptas. All rights reserved. 243 Chapter 8 Random Satisfiability Dimitris Achlioptas

More information

A New Look at Survey Propagation and Its Generalizations

A New Look at Survey Propagation and Its Generalizations A New Look at Survey Propagation and Its Generalizations ELITZA MANEVA, ELCHANAN MOSSEL, AND MARTIN J. WAINWRIGHT University of California Berkeley, Berkeley, California Abstract. This article provides

More information

CHAPTER 3 FUNDAMENTALS OF COMPUTATIONAL COMPLEXITY. E. Amaldi Foundations of Operations Research Politecnico di Milano 1

CHAPTER 3 FUNDAMENTALS OF COMPUTATIONAL COMPLEXITY. E. Amaldi Foundations of Operations Research Politecnico di Milano 1 CHAPTER 3 FUNDAMENTALS OF COMPUTATIONAL COMPLEXITY E. Amaldi Foundations of Operations Research Politecnico di Milano 1 Goal: Evaluate the computational requirements (this course s focus: time) to solve

More information

Computational Complexity of Inference

Computational Complexity of Inference Computational Complexity of Inference Sargur srihari@cedar.buffalo.edu 1 Topics 1. What is Inference? 2. Complexity Classes 3. Exact Inference 1. Variable Elimination Sum-Product Algorithm 2. Factor Graphs

More information

arxiv: v1 [cs.dm] 5 Nov 2011

arxiv: v1 [cs.dm] 5 Nov 2011 Catching the k-naesat Threshold Amin Coja-Oghlan and Konstantinos Panagiotou 2 University of Warwick, Mathematics and Computer Science, Zeeman building, Coventry CV4 7AL, UK a.coja-oghlan@warwick.ac.uk

More information

Mind the gap Solving optimization problems with a quantum computer

Mind the gap Solving optimization problems with a quantum computer Mind the gap Solving optimization problems with a quantum computer A.P. Young http://physics.ucsc.edu/~peter Work supported by NASA future technologies conference, January 17-212, 2012 Collaborators: Itay

More information

Relaxed Random Search for Solving K-Satisfiability and its Information Theoretic Interpretation

Relaxed Random Search for Solving K-Satisfiability and its Information Theoretic Interpretation Relaxed Random Search for Solving K-Satisfiability and its Information Theoretic Interpretation Amirahmad Nayyeri Department of Science, Division of Computer Science Salman Farsi University of Kazerun

More information

3-Coloring of Random Graphs

3-Coloring of Random Graphs 3-Coloring of Random Graphs Josep Díaz 1 UPC 1 Research partially supported by the Future and Emerging Technologies programme of the EU under contract 001907 (DELIS) Coloring problems. Given a graph G

More information

Comparing Beliefs, Surveys and Random Walks

Comparing Beliefs, Surveys and Random Walks Comparing Beliefs, Surveys and Random Walks Erik Aurell SICS, Swedish Institute of Computer Science P.O. Box 1263, SE-164 29 Kista, Sweden and Dept. of Physics, KTH Royal Institute of Technology AlbaNova

More information

Phase Transitions in Physics and Computer Science. Cristopher Moore University of New Mexico and the Santa Fe Institute

Phase Transitions in Physics and Computer Science. Cristopher Moore University of New Mexico and the Santa Fe Institute Phase Transitions in Physics and Computer Science Cristopher Moore University of New Mexico and the Santa Fe Institute Magnetism When cold enough, Iron will stay magnetized, and even magnetize spontaneously

More information

n Boolean variables: x 1, x 2,...,x n 2 {true,false} conjunctive normal form:

n Boolean variables: x 1, x 2,...,x n 2 {true,false} conjunctive normal form: Advanced Algorithms k-sat n Boolean variables: x 1, x 2,...,x n 2 {true,false} conjunctive normal form: k-cnf = C 1 ^C 2 ^ ^C m Is φ satisfiable? m clauses: C 1,C 2,...,C m each clause C i = `i1 _ `i2

More information

Relaxed Survey Propagation: A Sum-Product Algorithm for Max-SAT

Relaxed Survey Propagation: A Sum-Product Algorithm for Max-SAT Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence (2008) Relaxed Survey Propagation: A Sum-Product Algorithm for Max-SAT Hai Leong Chieu Singapore MIT Alliance National University

More information

A Continuous-Discontinuous Second-Order Transition in the Satisfiability of Random Horn-SAT Formulas

A Continuous-Discontinuous Second-Order Transition in the Satisfiability of Random Horn-SAT Formulas A Continuous-Discontinuous Second-Order Transition in the Satisfiability of Random Horn-SAT Formulas Cristopher Moore, Gabriel Istrate 2, Demetrios Demopoulos 3, and Moshe Y. Vardi 4 Department of Computer

More information

Hiding Satisfying Assignments: Two are Better than One

Hiding Satisfying Assignments: Two are Better than One Hiding Satisfying Assignments: Two are Better than One Dimitris Achlioptas Haixia Jia Cristopher Moore optas@microsoft.com hjia@cs.unm.edu moore@cs.unm.edu Microsoft Research Computer Science Department

More information

Algebraic characteristics and satisfiability threshold of random Boolean equations

Algebraic characteristics and satisfiability threshold of random Boolean equations Renmin University of China From the SelectedWorks of Yifan Sun Summer July, Algebraic characteristics and satisfiability threshold of random Boolean equations Binghui Guo, Dr, Beihang University Wei Wei,

More information

Mind the gap Solving optimization problems with a quantum computer

Mind the gap Solving optimization problems with a quantum computer Mind the gap Solving optimization problems with a quantum computer A.P. Young http://physics.ucsc.edu/~peter Work supported by Talk at Saarbrücken University, November 5, 2012 Collaborators: I. Hen, E.

More information

A New Look at Survey Propagation and its Generalizations

A New Look at Survey Propagation and its Generalizations A New Look at Survey Propagation and its Generalizations Elitza Maneva Elchanan Mossel Martin J. Wainwright September 7, 2004 Technical Report 669 Department of Statistics University of California, Berkeley

More information

Survey Propagation: An Algorithm for Satisfiability

Survey Propagation: An Algorithm for Satisfiability Survey Propagation: An Algorithm for Satisfiability A. Braunstein, 1,3 M. Mézard, 2 R. Zecchina 3 1 International School for Advanced Studies (SISSA), via Beirut 9, 34100 Trieste, Italy 2 Laboratoire de

More information

Hiding Satisfying Assignments: Two are Better than One

Hiding Satisfying Assignments: Two are Better than One Journal of Artificial Intelligence Research 24 (2005) 623-639 Submitted 12/04; published 11/05 Hiding Satisfying Assignments: Two are Better than One Dimitris Achlioptas Microsoft Research Redmond, Washington

More information

The Quantum Adiabatic Algorithm

The Quantum Adiabatic Algorithm The Quantum Adiabatic Algorithm A.P. Young http://physics.ucsc.edu/~peter Work supported by Talk at SMQS-IP2011, Jülich, October 18, 2011 The Quantum Adiabatic Algorithm A.P. Young http://physics.ucsc.edu/~peter

More information

Approximate counting of large subgraphs in random graphs with statistical mechanics methods

Approximate counting of large subgraphs in random graphs with statistical mechanics methods Approximate counting of large subgraphs in random graphs with statistical mechanics methods Guilhem Semerjian LPT-ENS Paris 13.03.08 / Eindhoven in collaboration with Rémi Monasson, Enzo Marinari and Valery

More information

Survey Propagation Revisited

Survey Propagation Revisited KROC ET AL. 217 Survey Propagation Revisited Lukas Kroc Ashish Sabharwal Bart Selman Department of Computer Science, Cornell University, Ithaca, N 14853-7501, U.S.A. {kroc,sabhar,selman}@cs.cornell.edu

More information

NP Complete Problems. COMP 215 Lecture 20

NP Complete Problems. COMP 215 Lecture 20 NP Complete Problems COMP 215 Lecture 20 Complexity Theory Complexity theory is a research area unto itself. The central project is classifying problems as either tractable or intractable. Tractable Worst

More information

Statistical and Computational Phase Transitions in Planted Models

Statistical and Computational Phase Transitions in Planted Models Statistical and Computational Phase Transitions in Planted Models Jiaming Xu Joint work with Yudong Chen (UC Berkeley) Acknowledgement: Prof. Bruce Hajek November 4, 203 Cluster/Community structure in

More information

Lecture 9: The Splitting Method for SAT

Lecture 9: The Splitting Method for SAT Lecture 9: The Splitting Method for SAT 1 Importance of SAT Cook-Levin Theorem: SAT is NP-complete. The reason why SAT is an important problem can be summarized as below: 1. A natural NP-Complete problem.

More information

The Tightness of the Kesten-Stigum Reconstruction Bound for a Symmetric Model With Multiple Mutations

The Tightness of the Kesten-Stigum Reconstruction Bound for a Symmetric Model With Multiple Mutations The Tightness of the Kesten-Stigum Reconstruction Bound for a Symmetric Model With Multiple Mutations City University of New York Frontier Probability Days 2018 Joint work with Dr. Sreenivasa Rao Jammalamadaka

More information

Learning from and about complex energy landspaces

Learning from and about complex energy landspaces Learning from and about complex energy landspaces Lenka Zdeborová (CNLS + T-4, LANL) in collaboration with: Florent Krzakala (ParisTech) Thierry Mora (Princeton Univ.) Landscape Landscape Santa Fe Institute

More information

Reconstruction in the Sparse Labeled Stochastic Block Model

Reconstruction in the Sparse Labeled Stochastic Block Model Reconstruction in the Sparse Labeled Stochastic Block Model Marc Lelarge 1 Laurent Massoulié 2 Jiaming Xu 3 1 INRIA-ENS 2 INRIA-Microsoft Research Joint Centre 3 University of Illinois, Urbana-Champaign

More information

CSE 3500 Algorithms and Complexity Fall 2016 Lecture 25: November 29, 2016

CSE 3500 Algorithms and Complexity Fall 2016 Lecture 25: November 29, 2016 CSE 3500 Algorithms and Complexity Fall 2016 Lecture 25: November 29, 2016 Intractable Problems There are many problems for which the best known algorithms take a very long time (e.g., exponential in some

More information

The unsatisfiability threshold conjecture: the techniques behind upper bound improvements

The unsatisfiability threshold conjecture: the techniques behind upper bound improvements The unsatisfiability threshold conjecture: the techniques behind upper bound improvements Lefteris M. Kirousis Yannis C. Stamatiou Michele Zito Abstract One of the most challenging problems in probability

More information

Lecture 8: PGM Inference

Lecture 8: PGM Inference 15 September 2014 Intro. to Stats. Machine Learning COMP SCI 4401/7401 Table of Contents I 1 Variable elimination Max-product Sum-product 2 LP Relaxations QP Relaxations 3 Marginal and MAP X1 X2 X3 X4

More information

Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem

Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem Osamu Watanabe, Takeshi Sawai, and Hayato Takahashi Dept. of Mathematical and Computing Sciences, Tokyo Institute of Technology

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 32. Propositional Logic: Local Search and Outlook Martin Wehrle Universität Basel April 29, 2016 Propositional Logic: Overview Chapter overview: propositional logic

More information

On the Maximum Satisfiability of Random Formulas

On the Maximum Satisfiability of Random Formulas On the Maximum Satisfiability of Random Formulas Dimitris Achlioptas Department of Computer Science, University of California, Santa Cruz optas@cs.ucsc.edu Assaf Naor Microsoft Research, Redmond, Washington

More information

Modern WalkSAT algorithms

Modern WalkSAT algorithms Modern WalkSAT algorithms J. Rosti Summary of workshop presentation Special research course T-79.7003, Autumn 2007 Phase Transitions in Optimization Problems ABSTRACT In this workshop presentation summary

More information

The Sherrington-Kirkpatrick model

The Sherrington-Kirkpatrick model Stat 36 Stochastic Processes on Graphs The Sherrington-Kirkpatrick model Andrea Montanari Lecture - 4/-4/00 The Sherrington-Kirkpatrick (SK) model was introduced by David Sherrington and Scott Kirkpatrick

More information

1 Randomized reduction: a first start

1 Randomized reduction: a first start 6.S078 Fine-Grained Algorithms and Complexity MIT Lectures 3 and 4 February 14 and 21, 2018 Today: In the previous two lectures, we mentioned ETH and SETH, about the time complexity of SAT. Today we want

More information

Complete Convergence of Message Passing Algorithms for some Satisfiability Problems

Complete Convergence of Message Passing Algorithms for some Satisfiability Problems Complete Convergence of Message Passing Algorithms for some Satisfiability Problems Uriel Feige 1, Elchanan Mossel 2 and Dan Vilenchik 3 1 Micorosoft Research and The Weizmann Institute. urifeige@microsoft.com

More information

Approximation Algorithm for Random MAX-kSAT

Approximation Algorithm for Random MAX-kSAT Approximation Algorithm for Random MAX-kSAT Yannet Interian Center for Applied Mathematics. Cornell University. Ithaca, NY 14853, USA interian@cam.cornell.edu Abstract. An approximation algorithm for random

More information

Analytic and Algorithmic Solution of Random Satisfiability Problems

Analytic and Algorithmic Solution of Random Satisfiability Problems Analytic and Algorithmic Solution of Random Satisfiability Problems M. Mézard, 1 G. Parisi, 1,2 R. Zecchina 1,3 1 Laboratoire de Physique Théorique et Modèles Statistiques, CNRS and Université Paris Sud,

More information

CS Lecture 19. Exponential Families & Expectation Propagation

CS Lecture 19. Exponential Families & Expectation Propagation CS 6347 Lecture 19 Exponential Families & Expectation Propagation Discrete State Spaces We have been focusing on the case of MRFs over discrete state spaces Probability distributions over discrete spaces

More information

Complexity Theory. Jörg Kreiker. Summer term Chair for Theoretical Computer Science Prof. Esparza TU München

Complexity Theory. Jörg Kreiker. Summer term Chair for Theoretical Computer Science Prof. Esparza TU München Complexity Theory Jörg Kreiker Chair for Theoretical Computer Science Prof. Esparza TU München Summer term 2010 Lecture 4 NP-completeness Recap: relations between classes EXP PSPACE = NPSPACE conp NP conp

More information

CS 6505, Complexity and Algorithms Week 7: NP Completeness

CS 6505, Complexity and Algorithms Week 7: NP Completeness CS 6505, Complexity and Algorithms Week 7: NP Completeness Reductions We have seen some problems in P and NP, and we ve talked about space complexity. The Space Hierarchy Theorem showed us that there are

More information

Average-case Analysis for Combinatorial Problems,

Average-case Analysis for Combinatorial Problems, Average-case Analysis for Combinatorial Problems, with s and Stochastic Spanning Trees Mathematical Sciences, Carnegie Mellon University February 2, 2006 Outline Introduction 1 Introduction Combinatorial

More information

Monotone Submodular Maximization over a Matroid

Monotone Submodular Maximization over a Matroid Monotone Submodular Maximization over a Matroid Yuval Filmus January 31, 2013 Abstract In this talk, we survey some recent results on monotone submodular maximization over a matroid. The survey does not

More information

Local Search for Hard SAT Formulas: The Strength of the Polynomial Law

Local Search for Hard SAT Formulas: The Strength of the Polynomial Law Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (AAAI-6) Local Search for Hard SAT Formulas: The Strength of the Polynomial Law Sixue Liu Institute for Interdisciplinary Information

More information