Lecture on NP-Completeness, Computational Complexity, And

Lecture on NP-Completeness, Computational Complexity, And

NP-completeness, computational complexity, and phase transitions: kSAT and Number Partitioning Phys 7682 / CIS 6229: Computational Methods for Nonlinear Systems • Computational complexity - study of how resources required to solve a problem (e.g., CPU time, memory) scale with the size of the problem - e.g., polynomial time algorithm (t ~ N log N, t ~ N2) vs. exponential time algorithm (t ~ 2N , t ~ eN) • Complexity classes - P: set of problems solvable in time polynomial in problem size on a deterministic sequential machine - NP (non-deterministic polynomial): set of problems for which a solution can be verified in polynomial time - NP-Complete: set of problems that are in NP, and are NP-hard (i.e., that every other problem in NP is reducible to it in polynomial time) ‣ a polynomial time algorithm to solve one NP-complete problem would constitute a polynomial time algorithm to solve all of them ‣ no known polynomial time algorithms for NP-complete problems ‣ exponential runtimes consider worst case scenario; increasing interest in typical case complexity NP-complete problems ( x1 ∨ x2 ∨ -x4 ) ∧ ( x2 ∨ -x3 ∨ -x5 ) ∧ ( x3 ∨ x4 ∨ x5 ) ∧ • Thousands of problems proven to be NP-complete (see, e.g., ... Garey and Johnson, Computers and Intractability, or Skiena, The ( x4 ∨ -x8 ∨ xN ) Algorithm Design Manual) - typically phrased as “decision problems” with yes/no answer 6 4 9 14 12 3 15 15 • Satisfiability (SAT): given a set U of boolean variables, and a set of 15 clauses C over U, is there a satisfying truth assignment for C? 6 3 12 4 14 15 • Partitioning: given a finite set A and a size s(a) ∈ Z+ for each a ∈ 9 A, is there a subset A’ ⊆ A such that ∑a∈A’ s(a) = ∑a∈A-A’ s(a)? + • Traveling Salesman: given a set C of m cities, distance d(ci,cj) ∈ Z for each pair of cities ci,cj ∈ C, and a positive integer B, is there a tour of C having length B or less? • Graph K-colorability: given a graph G=(V,E), and a positive integer K≤⎮V⎮, is G K-colorable, i.e., does there exist a function f:V→{1,2,...,K} such that f(u)≠f(v) whenever {u,v} ∈ E? L • Sequence Niche: given a sequence T ∈ {0,1} , a set of sequences Ci ∈ {0,1}L for i=1,..,N and a positive integer P≤L, is there a sequence s ∈ L {0,1} such that⎮s-T⎮≤ P and ⎮s-Ci⎮> P for all i=1,..,N? kSAT • SAT (logical satisfiability) ( x1 ∨ x2 ∨ -x4 ) ∧ - given a set of logical clauses in conjunctive ( x2 ∨ -x3 ∨ -x5 ) ∧ normal form (CNF) over a set of boolean ( x3 ∨ x4 ∨ x5 ) ∧ M clauses variables, is there a variable assignment ... that satisfies all clauses? ( x4 ∨ -x8 ∨ xN ) • kSAT - restrict all clauses to length k k variables per clause, - NP-complete for all k ≥ 3 N variables total - in P for k = 2 ∧ = AND, • 2N possible assignments for N variables ∨ = OR, - exhaustive enumeration only an option for - = NOT, very small systems xi = True or False Some algorithms for kSAT • Davis-Putnam (+ modifications) - complete: can determine whether or not there is ( x1 ∨ x2 ∨ -x4 ) ∧ a solution for any instance ( x2 ∨ -x3 ∨ -x5 ) ∧ - recursive: set a variable, eliminate resolved ( x3 ∨ x4 ∨ x5 ) ∧ clauses, call itself on reduced problem ... ‣ either assignment or contradiction is found ( x4 ∨ -x8 ∨ xN ) ‣ backtrack if contradiction is found - lots of heuristics (variable ordering, MOMS, ∧ = AND, random restarts) to prune the exponential ∨ = OR, search tree - = NOT, • WalkSAT xi = True or False - randomly flips variables in unsatisfied clauses - incomplete: cannot determine that there is no solution • Survey Propagation (SP) - based on “cavity method” developed to study the statistical mechanics of spin glasses - fast, complicated, and incomplete Phase transitions in random SAT problems solving 3SAT problems gets hard near the SAT- UNSAT transition (# DP calls = # of recursive calls in Davis- Putnam Monasson et al. (1999) SAT UNSAT algorithm) 2+p-SAT Kirkpatrick and Selman (2001) Mézard (2003) 3-SAT fragmentation of solution space (hard SAT phase) .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us