relating proof complexity measures and practical hardness
play

Relating Proof Complexity Measures and Practical Hardness of SAT - PowerPoint PPT Presentation

Relating Proof Complexity Measures and Practical Hardness of SAT Jakob Nordstr om KTH Royal Institute of Technology Stockholm, Sweden 18th International Conference on Principles and Practice of Constraint Programming Qu ebec City,


  1. Relating Proof Complexity Measures and Practical Hardness of SAT Jakob Nordstr¨ om KTH Royal Institute of Technology Stockholm, Sweden 18th International Conference on Principles and Practice of Constraint Programming Qu´ ebec City, Canada October 8–12, 2012 arvisalo, Arie Matsliah, and Stanislav ˇ Joint work with Matti J¨ Zivn´ y Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 1 / 19

  2. Proof Complexity and SAT Solving Proof complexity SAT solving Satsifiability fundamental Enormous progress in problem in theoretical performance last 10-15 years computer science State-of-the-art solvers can SAT proven NP-complete by deal with real-world instances Stephen Cook in 1971 with millions of variables Hence totally intractable in But best solvers still based on worst case (probably) methods from early 1960s One of the million dollar Tiny formulas known that are “Millennium Problems” totally beyond reach What makes formulas hard or easy in practice for SAT solvers? What (if anything) can proof complexity say about this? Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 2 / 19

  3. Proof Complexity and SAT Solving Proof complexity SAT solving Satsifiability fundamental Enormous progress in problem in theoretical performance last 10-15 years computer science State-of-the-art solvers can SAT proven NP-complete by deal with real-world instances Stephen Cook in 1971 with millions of variables Hence totally intractable in But best solvers still based on worst case (probably) methods from early 1960s One of the million dollar Tiny formulas known that are “Millennium Problems” totally beyond reach What makes formulas hard or easy in practice for SAT solvers? What (if anything) can proof complexity say about this? Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 2 / 19

  4. Proof Complexity and SAT Solving Proof complexity SAT solving Satsifiability fundamental Enormous progress in problem in theoretical performance last 10-15 years computer science State-of-the-art solvers can SAT proven NP-complete by deal with real-world instances Stephen Cook in 1971 with millions of variables Hence totally intractable in But best solvers still based on worst case (probably) methods from early 1960s One of the million dollar Tiny formulas known that are “Millennium Problems” totally beyond reach What makes formulas hard or easy in practice for SAT solvers? What (if anything) can proof complexity say about this? Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 2 / 19

  5. Proof Complexity and SAT Solving Proof complexity SAT solving Satsifiability fundamental Enormous progress in problem in theoretical performance last 10-15 years computer science State-of-the-art solvers can SAT proven NP-complete by deal with real-world instances Stephen Cook in 1971 with millions of variables Hence totally intractable in But best solvers still based on worst case (probably) methods from early 1960s One of the million dollar Tiny formulas known that are “Millennium Problems” totally beyond reach What makes formulas hard or easy in practice for SAT solvers? What (if anything) can proof complexity say about this? Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 2 / 19

  6. SAT solving and Proof Complexity Resolution Resolution Proof System Refute unsatisfiable formulas in conjunctive normal form (CNF): ( x ∨ z ) ∧ ( y ∨ z ) ∧ ( x ∨ y ∨ u ) ∧ ( y ∨ u ) ∧ ( u ∨ v ) ∧ ( x ∨ v ) ∧ ( u ∨ w ) ∧ ( x ∨ u ∨ w ) Resolution rule: B ∨ x C ∨ x B ∨ C Observation If F is a satisfiable CNF formula and D is derived from clauses C 1 , C 2 ∈ F by the resolution rule, then F ∧ D is satisfiable. So prove CNF formula unsatisfiable by deriving contradiction by resolution Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 3 / 19

  7. SAT solving and Proof Complexity Resolution Resolution Proof System Refute unsatisfiable formulas in conjunctive normal form (CNF): ( x ∨ z ) ∧ ( y ∨ z ) ∧ ( x ∨ y ∨ u ) ∧ ( y ∨ u ) ∧ ( u ∨ v ) ∧ ( x ∨ v ) ∧ ( u ∨ w ) ∧ ( x ∨ u ∨ w ) Resolution rule: B ∨ x C ∨ x B ∨ C Observation If F is a satisfiable CNF formula and D is derived from clauses C 1 , C 2 ∈ F by the resolution rule, then F ∧ D is satisfiable. So prove CNF formula unsatisfiable by deriving contradiction by resolution Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 3 / 19

  8. SAT solving and Proof Complexity Resolution Resolution Proof System Refute unsatisfiable formulas in conjunctive normal form (CNF): ( x ∨ z ) ∧ ( y ∨ z ) ∧ ( x ∨ y ∨ u ) ∧ ( y ∨ u ) ∧ ( u ∨ v ) ∧ ( x ∨ v ) ∧ ( u ∨ w ) ∧ ( x ∨ u ∨ w ) Resolution rule: B ∨ x C ∨ x B ∨ C Observation If F is a satisfiable CNF formula and D is derived from clauses C 1 , C 2 ∈ F by the resolution rule, then F ∧ D is satisfiable. So prove CNF formula unsatisfiable by deriving contradiction by resolution Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 3 / 19

  9. SAT solving and Proof Complexity Resolution Resolution Proof System Refute unsatisfiable formulas in conjunctive normal form (CNF): ( x ∨ z ) ∧ ( y ∨ z ) ∧ ( x ∨ y ∨ u ) ∧ ( y ∨ u ) ∧ ( u ∨ v ) ∧ ( x ∨ v ) ∧ ( u ∨ w ) ∧ ( x ∨ u ∨ w ) Resolution rule: B ∨ x C ∨ x B ∨ C Observation If F is a satisfiable CNF formula and D is derived from clauses C 1 , C 2 ∈ F by the resolution rule, then F ∧ D is satisfiable. So prove CNF formula unsatisfiable by deriving contradiction by resolution Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 3 / 19

  10. SAT solving and Proof Complexity Resolution CDCL Solvers Generate Resolution Proofs Simple example for DPLL: x 0 1 y u 0 1 0 1 z u v w 0 1 0 1 0 1 0 1 y ∨ z x ∨ y ∨ u y ∨ u x ∨ z u ∨ v x ∨ v u ∨ w x ∨ u ∨ w Conflict-driven clause learning adds “shortcut edges” in tree But still yields resolution proof True also for (most) preprocessing techniques Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 4 / 19

  11. SAT solving and Proof Complexity Resolution CDCL Solvers Generate Resolution Proofs Simple example for DPLL: x 0 1 y u 0 1 0 1 x ∨ y u v w 0 1 0 1 0 1 y ∨ z x ∨ y ∨ u y ∨ u x ∨ z u ∨ v x ∨ v u ∨ w x ∨ u ∨ w Conflict-driven clause learning adds “shortcut edges” in tree But still yields resolution proof True also for (most) preprocessing techniques Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 4 / 19

  12. SAT solving and Proof Complexity Resolution CDCL Solvers Generate Resolution Proofs Simple example for DPLL: x 0 1 y u 0 1 0 1 x ∨ y x ∨ y v w 0 1 0 1 y ∨ z x ∨ y ∨ u y ∨ u x ∨ z u ∨ v x ∨ v u ∨ w x ∨ u ∨ w Conflict-driven clause learning adds “shortcut edges” in tree But still yields resolution proof True also for (most) preprocessing techniques Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 4 / 19

  13. SAT solving and Proof Complexity Resolution CDCL Solvers Generate Resolution Proofs Simple example for DPLL: ⊥ x x x ∨ y x ∨ y x ∨ u x ∨ u y ∨ z x ∨ y ∨ u y ∨ u x ∨ z u ∨ v x ∨ v u ∨ w x ∨ u ∨ w Conflict-driven clause learning adds “shortcut edges” in tree But still yields resolution proof True also for (most) preprocessing techniques Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 4 / 19

  14. SAT solving and Proof Complexity Resolution CDCL Solvers Generate Resolution Proofs Simple example for DPLL: ⊥ x x x ∨ y x ∨ y x ∨ u x ∨ u y ∨ z x ∨ y ∨ u y ∨ u x ∨ z u ∨ v x ∨ v u ∨ w x ∨ u ∨ w Conflict-driven clause learning adds “shortcut edges” in tree But still yields resolution proof True also for (most) preprocessing techniques Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 4 / 19

  15. SAT solving and Proof Complexity Proof Complexity Measures Complexity Measures for Resolution Let n = size of formula Length # clauses in refutation — at most exp( n ) Width Size of largest clause in refutation — at most n Space Max # clauses one needs to remember when “verifying correctness of refutation on blackboard” — at most n (!) Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 5 / 19

  16. SAT solving and Proof Complexity Proof Complexity Measures Length Clearly lower bound on running time for any CDCL algorithm But if there is a short refutation, not clear how to find it In fact, probably intractable [Aleknovich & Razborov ’01] So small length upper bound might be much too optimistic Not the right measure of “hardness in practice” Jakob Nordstr¨ om (KTH) Proof Complexity and Practical Hardness of SAT CP ’12 6 / 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend