A Simple, Greedy Approximation Algorithm for MAX SAT David P. Williamson Joint work with Matthias Poloczek (Frankfurt, Cornell) and Anke van Zuylen (William & Mary) Greedy algorithms “Greed, for lack of awork.” better –word, good. Greed “Greedy algorithms Alan is Hoffman, IBM is right. Greed works.” – Gordon Gekko, Wall Street Another reason • When I interviewed at Watson, half of my talk was about maximum satisfiability, the other half about the max cut SDP result. • I thought, “Oh no, I have to talk about – Hardness of approximation in front of Madhu Sudan, – Randomized rounding in front of Prabhakar Raghavan, – And eigenvalue bounds in front of Alan Hoffman.” • Today I revisit the first part of that talk. Maximum Satisfiability • Input: π Boolean variables π₯1, … , π₯π π clauses πΆ1, … , πΆπ with weights π€π ο³ 0 – each clause is a disjunction of literals, e.g. πΆ1 = π₯1 ο π₯2 ο π₯ 3 • Goal: truth assignment to the variables that maximizes the weight of the satisfied clauses Approximation Algorithms • An α-approximation algorithm runs in polynomial time and returns a solution of at least α times the optimal. • For a randomized algorithm, we ask that the expected value is at least α times the optimal. A ½-approximation algorithm • Set each π₯π to true with probability ½. • Then if ππ is the number of literals in clause π What about a deterministic algorithm? • Use the method of conditional expectations (ErdΕs and Selfridge ‘73, Spencer ‘87) • If πΈ π π₯1 ← π‘ππ’π ≥ πΈ π π₯1 ← ππππ π then set π₯1 true, otherwise false. • Similarly, if ππ−1 is event of how first π − 1 variables are set, then if πΈ π ππ−1 , π₯π ← π‘ππ’π ≥ πΈ π ππ−1, π₯π ← ππππ π , set π₯π true. 1 2 • Show inductively that πΈ[π|ππ ] ≥ πΈ π ≥ OPT. An LP relaxation Randomized rounding Pick any function πsuch that 1 − 4−π₯ ≤ π π₯ ≤ 4π₯−1 . Set π₯π true with probability π(π¦π∗ ), where π¦ ∗ is an optimal LP solution. Analysis Integrality gap The result is tight since LP solution π§1 = π§2 = π§3 = π§4 = 1 1 and π¦1 = π¦2 = feasible for instance above, but OPT = 3. 2 Current status • NP-hard to approximate better than 0.875 (Håstad ’01) • Combinatorial approximation algorithms – Johnson’s algorithm (1974): Simple ½-approximation algorithm (Greedy version of the randomized algorithm) – Improved analysis of Johnson’s algorithm: 2/3-approx. guarantee [Chen-Friesen-Zheng ’99, Engebretsen ’04] – Randomizing variable order improves guarantee slightly [Costello-Shapira-Tetali ’11] • Algorithms using Linear or Semidefinite Programming – Yannakakis ’94, Goemans-W ’94: ¾-approximation algorithms Question [W ’98]: Is it possible to obtain a 3/4-approximation – Best guarantee 0.7969 [Avidor-Berkovitch-Zwick ’05] algorithm without solving a linear program? (Selected) recent results • Poloczek-Schnitger ’11: – “randomized Johnson” – combinatorial ¾approximation algorithm • Van Zuylen ’11: – Simplification of “randomized Johnson” probabilities and analysis – Derandomization using Linear Programming • Buchbinder, Feldman, Naor, and Schwartz ’12: – Another ¾-approximation algorithm for MAX SAT as a special case of submodular function maximization – We show MAX SAT alg is equivalent to van Zuylen ‘11. (Selected) recent results • Poloczek-Schnitger’11 • Van Zuylen ’11 • Buchbinder, Feldman, Naor and Schwartz ’12 Common properties: • iteratively set the variables in an “online” fashion, • the probability of setting π₯π to true depends on clauses containing π₯π or π₯π that are still undecided. Today • Give “textbook” version of Buchbinder et al.’s algorithm with an even simpler analysis Buchbinder et al.’s approach • Keep two bounds on the solution – Lower bound LB = weight of clauses already satisfied – Upper bound UB = weight of clauses not yet unsatisfied • Greedy can focus on two things: – maximize LB, – maximize UB, but either choice has bad examples… • Key idea: make choices to increase B = ½ (LB+UB) LB0 (= 0) B0= ½(LB0+UB0) UB0 (=∑wj) Weight of undecided clauses satisfied by π₯1= true LB0 LB1 Weight of undecided clauses unsatisfied by π₯1= true B0= ½(LB0+UB0) Set π₯1 to true UB1 UB0 Weight of undecided clauses satisfied by π₯1= true B1 LB0 LB1 B0 Set π₯1 to true Weight of undecided clauses unsatisfied by π₯1= true UB1 UB0 Weight of undecided clauses satisfied by π₯1= true B1 LB0 LB1 LB1 Set π₯1 to true or Set π₯1 to false B0 Weight of undecided clauses unsatisfied by π₯1= true UB1 UB1 UB0 Weight of undecided clauses satisfied by π₯1= true B1 LB0 LB1 LB1 Set π₯1 to true or Set π₯1 to false Weight of undecided clauses unsatisfied by π₯1= true B1 B0 UB1 UB1 UB0 Guaranteed that (B1-B0)+(B1-B0) ≥ 0 t1 f1 Remark: This is the algorithm proposed independently by BFNS’12 and vZ’11 Weight of undecided clauses satisfied by π₯π= true LBi-1 Bi Bi LBi LBi UBi UBi UBi-1 Bi-1 Algorithm: • if π‘π < 0, set π₯π to false • if ππ < 0, set π₯π to true • else, set π₯π to true with π‘π probability π‘π+ππ Weight of undecided clauses unsatisfied by π₯π = true (Bi-Bi-1)+(Bi-Bi-1) ≥ 0 ti fi Example Clause Initalize: • LB = 0 • UB = 6 Step 1: • • 1 π‘1 = 2 1 π1 = 2 Weight π₯1 π₯1 ∨ π₯2 π₯2 ∨ π₯3 β³ πΏπ΅ +β³ ππ΅ β³ πΏπ΅ +β³ ππ΅ • Set x1 to false 1 = 2 1 = 2 2 1 3 1 + (−2) = 2+0 =1 1 − 2 Example Clause π₯1 π₯1 ∨ π₯2 π₯2 ∨ π₯3 Step 2: • • 1 π‘2 = 2 1 π2 = 2 Weight β³ πΏπ΅ +β³ ππ΅ β³ πΏπ΅ +β³ ππ΅ 1 = 2 1 = 2 1+0 = 2 1 3 1 2 3 + (−1) = 1 • Set x2 to true with probability 1/3 and to false with probability 2/3 Example Clause Weight π₯1 π₯1 ∨ π₯2 π₯2 ∨ π₯3 Algorithm’s solution: π₯1 = false π₯2 = true w.p. 1/3 and false w.p. 2/3 π₯3 = true Expected weight of 1 satisfied clauses: 5 3 2 1 3 Different Languages • Bill, Baruch, and I would say: Let πΊ be a graph... • Alan would say: Let π΄ be a matrix... And we would be talking about the same thing! Relating Algorithm to Optimum Let π₯1∗ , π₯2∗ , … , π₯π∗ be an optimal truth assignment Let ππππ = weight of clauses satisfied if setting π₯1 , … , π₯π as the algorithm does, and π₯π+1 = ∗ π₯π+1 , … , π₯π = π₯π∗ Key Lemma: πΈ π΅π − π΅π−1 ≥ πΈ[ππππ−1 − ππππ ] Let π₯1∗ , π₯2∗ , … , π₯π∗ OPT an optimal truth assignment LB Let 0 ππππ = B0 B1 satisfied if setting weight of clauses OPT1 π₯1 , … , π₯π as the algorithm does, and π₯π+1 = ∗ π₯π+1 , … , π₯π = π₯π∗ Key Lemma: πΈ π΅π − π΅π−1 ≥ πΈ[ππππ−1 − ππππ ] UB0 OPTn = Bn = weight of ALG’s solution Let an optimal truth assignment OPT LB Let 0 B1 UB0 = weight of clauses Bsatisfied if setting OPT as the 0 1 algorithm does, and B0 ≥ ½ OPT ≥ ½ (OPT-B0) Key Lemma: Conclusion: expected weight of ALG’s solution is 1 1 3 πΈ π΅π ≥ π΅0 + πππ − π΅0 = πππ + π΅0 ≥ πππ 2 2 4 Relating Algorithm to Optimum Weight of undecided clauses satisfied by π₯π= true LBi-1 LBi LBi Bi Bi Bi-1 Weight of undecided clauses unsatisfied by π₯π = true UBi UBi UBi-1 ∗ Suppose π₯π = true Want to show: If algorithm sets π₯π to true, Key Lemma: • π΅π − π΅π−1 = π‘π πΈ π΅π − π΅π−1 ≥ πΈ[ππππ−1 − ππππ ] • ππππ−1 − ππππ = 0 If algorithm sets π₯π to false, • π΅π − π΅π−1 = ππ • ππππ−1 − ππππ ≤ πΏπ΅π − πΏπ΅π−1 + ππ΅π − ππ΅π−1 = 2 π΅π − π΅π−1 = 2π‘π Relating Algorithm to Optimum Want to show: Key Lemma: πΈ π΅π − π΅π−1 ≥ πΈ[ππππ−1 − ππππ ] Know: If algorithm sets π₯π • π΅π − π΅π−1 = π‘π • ππππ−1 − ππππ If algorithm sets π₯π • π΅π − π΅π−1 = ππ • ππππ−1 − ππππ to true, =0 to false, ≤ 2π‘π Case 1: ππ < 0 (algorithm sets π₯π to true): πΈ π΅π − π΅π−1 = π‘π > 0 = πΈ ππππ−1 − ππππ Case 2: π‘π < 0 (algorithm sets π₯π to false): πΈ π΅π − π΅π−1 = ππ > 0 > 2π‘π ≥ πΈ ππππ−1 − ππππ Relating Algorithm to Optimum Want to show: Key Lemma: πΈ π΅π − π΅π−1 ≥ πΈ[ππππ−1 − ππππ ] Know: If algorithm sets π₯π • π΅π − π΅π−1 = π‘π • ππππ−1 − ππππ If algorithm Equal to sets π₯π • −π΅ππ− = ππ 2π΅π−1 π (π‘ π π ) +2π‘ π π • ππππ−1 − ππππ Case 3: π‘π ≥ 0, ππ ≥ 0 (algorithm sets π₯π to true w.p. π‘π πΈ π΅π − π΅π−1 = π‘π π‘π π‘π +ππ + ππ ππ π‘π +ππ = 1 (π‘π 2 π‘π +ππ to true, =0 to false, ≤ 2π‘π π‘π +ππ ): + ππ 2) π‘π ππ 1 πΈ ππππ−1 − ππππ ≤ 0 + 2π‘π = (2π‘π ππ ) π‘π + ππ π‘π + ππ π‘π + ππ Email Hi David, After seeing your email, the very next thing I did this morning was to read a paper I'd earmarked from the end of the day yesterday: Walter Gander, Gene H. Golub, Urs von Matt "A constrained eigenvalue problem" Linear Algebra and its Applications, vol. 114–115, March–April 1989, Pages 815–839. "Special Issue Dedicated to Alan J. Hoffman On The Occasion Of His 65th Birthday" The table of contents of that special issue: http://www.sciencedirect.com.proxy.library.cornell.edu/science/journal/00243795/114/supp/C Citations for papers in this issue: ….. Johan Ugander Question Is there a simple combinatorial deterministic ¾-approximation algorithm? Deterministic variant?? Greedily maximizing Bi is not good enough: Clause π₯1 π₯1 ∨ π₯2 π₯2 π₯2 ∨ π₯3 ….. π₯π−1 π₯π−1 ∨ π₯π Weight 1 2+ο₯ 1 2+ο₯ 1 2+ο₯ Optimal assignment sets all variables to true OPT = (n-1)(3+ο₯) Greedily increasing Bi sets variables π₯1 , … , π₯π−1 to false GREEDY= (n-1)(2+ο₯) A negative result Poloczek ‘11: No deterministic “priority algorithm” can be a ¾ -approximation algorithm, using scheme introduced by Borodin, Nielsen, and Rackoff ‘03. • Algorithm makes one pass over the variables and sets them. • Only looks at weights of clauses in which current variable appears positively and negatively (not at the other variables in such clauses). • Restricted in information used to choose next variable to set. But… • It is possible… • … with a two-pass algorithm (Joint work with Ola Svensson). • First pass: Set variables π₯π fractionally (i.e. probability that π₯π true), so that πΈ π ≥ 3 πππ. 4 • Second pass: Use method of conditional expectations to get deterministic solution of value at least as much. Buchbinder et al.’s approach expected • Keep two bounds on the fractional solution – Lower bound LB = weight of clauses already satisfied – Upper bound UB = weight of clauses not yet unsatisfied expected • Greedy can focus on two things: – maximize LB, – maximize UB, but either choice has bad examples… expected • Key idea: make choices to increase B = ½ (LB+UB) As before Let π‘π be (expected) increase in bound π΅π−1 if we set π₯π true; ππ be (expected) increase in bound if we set π₯π false. Algorithm: For π ← 1 to π • if π‘π < 0, set π₯π to 0 • if ππ < 0, set π₯π to 1 π‘π • else, set π₯π to π‘π+ππ For π ← 1 to π • If πΈ π ππ−1 , π₯π ← π‘ππ’π ≥ πΈ π ππ−1, π₯π ← ππππ π , set π₯π true • Else set π₯π false Analysis 3 4 • Proof that after the first pass πΈ π ≥ πππ is identical to before. • Proof that final solution output has value at 3 least πΈ π ≥ πππ is via method of 4 conditional expectation. Conclusion • We show this two-pass idea works for other problems as well (e.g. deterministic ½approximation algorithm for MAX DICUT). • Can we characterize the problems for which it does work? Thank you for your attention and Happy Birthday Alan!