Prof. Swarat Chaudhuri COMP 482: Design and Analysis of Algorithms Spring 2013 Lecture 22.

Slides:



Advertisements
Similar presentations
NP-Completeness: Reductions
Advertisements

NP-complete and NP-hard problems Transitivity of polynomial-time many-one reductions Concept of Completeness and hardness for a complexity class Definition.
The Theory of NP-Completeness
1 NP-Complete Problems. 2 We discuss some hard problems:  how hard? (computational complexity)  what makes them hard?  any solutions? Definitions 
1 Chapter 8 NP and Computational Intractability Slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved.
CSC5160 Topics in Algorithms Tutorial 2 Introduction to NP-Complete Problems Feb Jerry Le
Complexity 11-1 Complexity Andrei Bulatov NP-Completeness.
NP-COMPLETENESS. 2 Classify Problems According to Computational Requirements Q. Which problems will we be able to solve in practice? A working definition.
Transitivity of  poly Theorem: Let ,  ’, and  ’’ be three decision problems such that   poly  ’ and  ’  poly  ’’. Then  poly  ’’. Proof:
The Theory of NP-Completeness
Polynomial-Time Reductions
NP-complete and NP-hard problems
1 CSE 417: Algorithms and Computational Complexity Winter 2001 Lecture 24 Instructor: Paul Beame.
CSE 421 Algorithms Richard Anderson Lecture 27 NP Completeness.
Complexity ©D.Moshkovitz 1 Paths On the Reasonability of Finding Paths in Graphs.
February 25, 2015CS21 Lecture 211 CS21 Decidability and Tractability Lecture 21 February 25, 2015.
CSCI-256 Data Structures & Algorithm Analysis Lecture Note: Some slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved. 31.
1 Algorithm Design Patterns and Anti-Patterns Algorithm design patterns.Ex. n Greed.O(n log n) interval scheduling. n Divide-and-conquer. O(n log n) FFT.
11/3/10 A. Smith; based on slides by E. Demaine, C. Leiserson, S. Raskhodnikova, K. Wayne Adam Smith Algorithm Design and Analysis L ECTURES NP-completeness.
Piyush Kumar (Lecture 7: Reductions)
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
The Theory of NP-Completeness 1. What is NP-completeness? Consider the circuit satisfiability problem Difficult to answer the decision problem in polynomial.
1 The Theory of NP-Completeness 2012/11/6 P: the class of problems which can be solved by a deterministic polynomial algorithm. NP : the class of decision.
1 The TSP : NP-Completeness Approximation and Hardness of Approximation All exact science is dominated by the idea of approximation. -- Bertrand Russell.
Complexity Classes (Ch. 34) The class P: class of problems that can be solved in time that is polynomial in the size of the input, n. if input size is.
MCS 312: NP Completeness and Approximation algorithms Instructor Neelima Gupta
CSEP 521 Applied Algorithms Richard Anderson Lecture 10 NP Completeness.
INHERENT LIMITATIONS OF COMPUTER PROGRAMS CSci 4011.
Prabhas Chongstitvatana1 NP-complete proofs The circuit satisfiability proof of NP- completeness relies on a direct proof that L  p CIRCUIT-SAT for every.
1 Chapter 8 NP and Computational Intractability Slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved.
Basic genres.  Packing problems: SET-PACKING, INDEPENDENT SET.  Covering problems: S ET-COVER, VERTEX-COVER.  Constraint satisfaction problems: SAT,
CSCI-256 Data Structures & Algorithm Analysis Lecture Note: Some slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved. 33.
Week 10Complexity of Algorithms1 Hard Computational Problems Some computational problems are hard Despite a numerous attempts we do not know any efficient.
CSE 024: Design & Analysis of Algorithms Chapter 9: NP Completeness Sedgewick Chp:40 David Luebke’s Course Notes / University of Virginia, Computer Science.
EMIS 8373: Integer Programming NP-Complete Problems updated 21 April 2009.
1 Chapter 8 NP and Computational Intractability Slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved.
Sailesh Prabhu Prof. Swarat Chaudhuri COMP 482: Design and Analysis of Algorithms Spring 2013.
30.
CS 3343: Analysis of Algorithms Lecture 25: P and NP Some slides courtesy of Carola Wenk.
CSCI-256 Data Structures & Algorithm Analysis Lecture Note: Some slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved. 29.
CS6045: Advanced Algorithms NP Completeness. NP-Completeness Some problems are intractable: as they grow large, we are unable to solve them in reasonable.
Lecture 25 NP Class. P = ? NP = ? PSPACE They are central problems in computational complexity.
1 Chapter 8 NP and Computational Intractability Slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved.
NPC.
CSC 413/513: Intro to Algorithms
CSCI-256 Data Structures & Algorithm Analysis Lecture Note: Some slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved. 32.
NP-Completeness Note. Some illustrations are taken from (KT) Kleinberg and Tardos. Algorithm Design (DPV)Dasgupta, Papadimitriou, and Vazirani. Algorithms.
1 Ch 10 - NP-completeness Tractable and intractable problems Decision/Optimization problems Deterministic/NonDeterministic algorithms Classes P and NP.
CSE 421 Algorithms Richard Anderson Lecture 27 NP-Completeness Proofs.
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
Advanced Algorithms Piyush Kumar (Lecture 8: NP Completeness) Welcome to COT5405 Based on Kevin Wayne’s slides.
COSC 3101A - Design and Analysis of Algorithms 14 NP-Completeness.
1 Chapter 8 NP and Computational Intractability Slides by Kevin Wayne. Copyright © 2005 Pearson-Addison Wesley. All rights reserved.
34.NP Completeness. Computer Theory Lab. Chapter 34P.2.
CSE 332: NP Completeness, Part II Richard Anderson Spring 2016.
TU/e Algorithms (2IL15) – Lecture 10 1 NP-Completeness, II.
ICS 353: Design and Analysis of Algorithms NP-Complete Problems King Fahd University of Petroleum & Minerals Information & Computer Science Department.
The Theory of NP-Completeness
Intractable Problems Dr K R Bond 2009
Richard Anderson Lecture 26 NP-Completeness
Polynomial-Time Reduction
Richard Anderson Lecture 26 NP-Completeness
Richard Anderson Lecture 25 Min Cut Applications and NP-Completeness
NP-Completeness Yin Tat Lee
Intro to Theory of Computation
ICS 353: Design and Analysis of Algorithms
Richard Anderson Lecture 25 NP-Completeness
Chapter 8 NP and Computational Intractability
The Theory of NP-Completeness
Presentation transcript:

Prof. Swarat Chaudhuri COMP 482: Design and Analysis of Algorithms Spring 2013 Lecture 22

2 Definition of P P. Decision problems for which there is a poly-time algorithm. ProblemDescriptionAlgorithmYesNo MULTIPLEIs x a multiple of y? Grade school division 51, 1751, 16 RELPRIMEAre x and y relatively prime?Euclid (300 BCE) 34, 3934, 51 PRIMESIs x prime?AKS (2002) 5351 EDIT- DISTANCE Is the edit distance between x and y less than 5? Dynamic programming niether neither acgggt ttttta LSOLVE Is there a vector x that satisfies Ax = b? Gauss-Edmonds elimination

3 NP Certification algorithm intuition. n Certifier views things from "managerial" viewpoint. n Certifier doesn't determine whether s  X on its own; rather, it checks a proposed proof t that s  X. Def. Algorithm C(s, t) is a certifier for problem X if for every string s, s  X iff there exists a string t such that C(s, t) = yes. NP. Decision problems for which there exists a poly-time certifier. Remark. NP stands for nondeterministic polynomial-time. C(s, t) is a poly-time algorithm and |t|  p(|s|) for some polynomial p(  ). "certificate" or "witness"

4 Observation. All problems below are NP-complete and polynomial reduce to one another! CIRCUIT-SAT 3-SAT DIR-HAM-CYCLEINDEPENDENT SET VERTEX COVER 3-SAT reduces to INDEPENDENT SET GRAPH 3-COLOR HAM-CYCLE TSP SUBSET-SUM SCHEDULING PLANAR 3-COLOR SET COVER NP-Completeness by definition of NP-completeness

5 Some NP-Complete Problems Six basic genres of NP-complete problems and paradigmatic examples. n Packing problems: SET-PACKING, INDEPENDENT SET. n Covering problems: S ET-COVER, VERTEX-COVER. n Constraint satisfaction problems: SAT, 3-SAT. n Sequencing problems: HAMILTONIAN-CYCLE, TSP. n Partitioning problems: 3D-MATCHING 3-COLOR. n Numerical problems: SUBSET-SUM, KNAPSACK. Practice. Most NP problems are either known to be in P or NP-complete. Notable exceptions. Factoring, graph isomorphism, Nash equilibrium.

6 Extent and Impact of NP-Completeness Extent of NP-completeness. [Papadimitriou 1995] n Prime intellectual export of CS to other disciplines. n 6,000 citations per year (title, abstract, keywords). – more than "compiler", "operating system", "database" n Broad applicability and classification power. n "Captures vast domains of computational, scientific, mathematical endeavors, and seems to roughly delimit what mathematicians and scientists had been aspiring to compute feasibly." NP-completeness can guide scientific inquiry. n 1926: Ising introduces simple model for phase transitions. n 1944: Onsager solves 2D case in tour de force. n 19xx: Feynman and other top minds seek 3D solution. n 2000: Istrail proves 3D problem NP-complete.

7 More Hard Computational Problems Aerospace engineering: optimal mesh partitioning for finite elements. Biology: protein folding. Chemical engineering: heat exchanger network synthesis. Civil engineering: equilibrium of urban traffic flow. Economics: computation of arbitrage in financial markets with friction. Electrical engineering: VLSI layout. Environmental engineering: optimal placement of contaminant sensors. Financial engineering: find minimum risk portfolio of given return. Game theory: find Nash equilibrium that maximizes social welfare. Genomics: phylogeny reconstruction. Mechanical engineering: structure of turbulence in sheared flows. Medicine: reconstructing 3-D shape from biplane angiocardiogram. Operations research: optimal resource allocation. Physics: partition function of 3-D Ising model in statistical mechanics. Politics: Shapley-Shubik voting power. Pop culture: Minesweeper consistency. Statistics: optimal experimental design.

Basic genres.  Packing problems: SET-PACKING, INDEPENDENT SET.  Covering problems: S ET-COVER, VERTEX-COVER.  Constraint satisfaction problems: SAT, 3-SAT.  Sequencing problems: HAMILTONIAN-CYCLE, TSP.  Partitioning problems: 3D-MATCHING, 3 -COLOR.  Numerical problems: SUBSET-SUM, KNAPSACK. 8.5 Sequencing Problems

9 Hamiltonian Cycle HAM-CYCLE : given an undirected graph G = (V, E), does there exist a simple cycle  that contains every node in V. YES: vertices and faces of a dodecahedron.

10 Hamiltonian Cycle HAM-CYCLE : given an undirected graph G = (V, E), does there exist a simple cycle  that contains every node in V ' 3' 2 4 2' 4' NO: bipartite graph with odd number of nodes.

11 Directed Hamiltonian Cycle DIR-HAM-CYCLE : given a digraph G = (V, E), does there exists a simple directed cycle  that contains every node in V? Claim. DIR-HAM-CYCLE  P HAM-CYCLE. Pf. Given a directed graph G = (V, E), construct an undirected graph G' with 3n nodes. v a b c d e v in a o ut b out c out d in e in G G' vv out

12 Directed Hamiltonian Cycle Claim. G has a Hamiltonian cycle iff G' does. Pf.  n Suppose G has a directed Hamiltonian cycle . n Then G' has an undirected Hamiltonian cycle (same order). Pf.  n Suppose G' has an undirected Hamiltonian cycle  '. n  ' must visit nodes in G' using one of following two orders: …, B, G, R, B, G, R, B, G, R, B, … …, B, R, G, B, R, G, B, R, G, B, … n Blue nodes in  ' make up directed Hamiltonian cycle  in G, or reverse of one. ▪

13 3-SAT Reduces to Directed Hamiltonian Cycle Claim. 3-SAT  P DIR-HAM-CYCLE. Pf. Given an instance  of 3-SAT, we construct an instance of DIR- HAM-CYCLE that has a Hamiltonian cycle iff  is satisfiable. Construction. First, create graph that has 2 n Hamiltonian cycles which correspond in a natural way to 2 n possible truth assignments.

14 3-SAT Reduces to Directed Hamiltonian Cycle Construction. Given 3-SAT instance  with n variables x i and k clauses. n Construct G to have 2 n Hamiltonian cycles. n Intuition: traverse path i from left to right  set variable x i = 1. s t 3k + 3 x1x1 x2x2 x3x3

15 3-SAT Reduces to Directed Hamiltonian Cycle Construction. Given 3-SAT instance  with n variables x i and k clauses. n For each clause: add a node and 6 edges. s t clause node x1x1 x2x2 x3x3

16 3-SAT Reduces to Directed Hamiltonian Cycle Claim.  is satisfiable iff G has a Hamiltonian cycle. Pf.  n Suppose 3-SAT instance has satisfying assignment x*. n Then, define Hamiltonian cycle in G as follows: – if x* i = 1, traverse row i from left to right – if x* i = 0, traverse row i from right to left – for each clause C j, there will be at least one row i in which we are going in "correct" direction to splice node C j into tour

17 3-SAT Reduces to Directed Hamiltonian Cycle Claim.  is satisfiable iff G has a Hamiltonian cycle. Pf.  n Suppose G has a Hamiltonian cycle . If  enters clause node C j, it must depart on mate edge. – thus, nodes immediately before and after C j are connected by an edge e in G – removing C j from cycle, and replacing it with edge e yields Hamiltonian cycle on G - { C j } Continuing in this way, we are left with Hamiltonian cycle  ' in G - { C 1, C 2,..., C k }. Set x* i = 1 iff  ' traverses row i left to right. Since  visits each clause node C j, at least one of the paths is traversed in "correct" direction, and each clause is satisfied. ▪

18 Longest Path SHORTEST-PATH. Given a digraph G = (V, E), does there exists a simple path of length at most k edges? LONGEST-PATH. Given a digraph G = (V, E), does there exists a simple path of length at least k edges? Claim. 3-SAT  P LONGEST-PATH. Pf 1. Redo proof for DIR-HAM-CYCLE, ignoring back-edge from t to s. Pf 2. Show HAM-CYCLE  P LONGEST-PATH.

19 Traveling Salesperson Problem TSP. Given a set of n cities and a pairwise distance function d(u, v), is there a tour of length  D? All 13,509 cities in US with a population of at least 500 Reference:

20 Traveling Salesperson Problem TSP. Given a set of n cities and a pairwise distance function d(u, v), is there a tour of length  D? Optimal TSP tour Reference:

Q1: TSP and Hamiltonian cycle TSP. Given a set of n cities and a pairwise distance function d(u, v), is there a tour of length  D? HAM-CYCLE : given a graph G = (V, E), does there exists a simple cycle that contains every node in V? Prove that HAM-CYCLE  P TSP. For the more advanced: Is TSP NP-complete even when the distance function satisfies the triangle inequality? 21

22 Traveling Salesperson Problem Claim. HAM-CYCLE  P TSP. Pf. n Given instance G = (V, E) of HAM-CYCLE, create n cities with distance function n TSP instance has tour of length  n iff G is Hamiltonian. ▪ Remark. TSP instance in reduction satisfies  -inequality.

Q2: 2-SAT SAT : Given CNF formula , does it have a satisfying truth assignment? 2-SAT : SAT where each clause contains exactly 2 literals. Is 2-SAT NP-complete? 23

Basic genres.  Packing problems: SET-PACKING, INDEPENDENT SET.  Covering problems: S ET-COVER, VERTEX-COVER.  Constraint satisfaction problems: SAT, 3-SAT.  Sequencing problems: HAMILTONIAN-CYCLE, TSP.  Partitioning problems: 3D-MATCHING, 3 -COLOR.  Numerical problems: SUBSET-SUM, KNAPSACK. 8.7 Graph Coloring

25 3-Colorability 3-COLOR: Given an undirected graph G does there exists a way to color the nodes red, green, and blue so that no adjacent nodes have the same color? yes instance

26 Register Allocation Register allocation. Assign program variables to machine register so that no more than k registers are used and no two program variables that are needed at the same time are assigned to the same register. Interference graph. Nodes are program variables names, edge between u and v if there exists an operation where both u and v are "live" at the same time. Observation. [Chaitin 1982] Can solve register allocation problem iff interference graph is k-colorable. Fact. 3-COLOR  P k-REGISTER-ALLOCATION for any constant k  3.

27 3-Colorability Claim. 3-SAT  P 3-COLOR. Pf. Given 3-SAT instance , we construct an instance of 3-COLOR that is 3-colorable iff  is satisfiable. Construction. i. For each literal, create a node. ii. Create 3 new nodes T (true), F (false), B (base); connect them in a triangle, and connect each literal to B. iii. Connect each literal to its negation. iv. For each clause, add gadget of 6 nodes and 13 edges. to be described next

28 3-Colorability Claim. Graph is 3-colorable iff  is satisfiable. Pf.  Suppose graph is 3-colorable. n Consider assignment that sets all T literals to true. n (ii) ensures each literal is T or F. n (iii) ensures a literal and its negation are opposites. T B F true false base

29 3-Colorability Claim. Graph is 3-colorable iff  is satisfiable. Pf.  Suppose graph is 3-colorable. n Consider assignment that sets all T literals to true. n (ii) ensures each literal is T or F. n (iii) ensures a literal and its negation are opposites. n (iv) ensures at least one literal in each clause is T. TF B 6-node gadget true false

30 3-Colorability Claim. Graph is 3-colorable iff  is satisfiable. Pf.  Suppose graph is 3-colorable. n Consider assignment that sets all T literals to true. n (ii) ensures each literal is T or F. n (iii) ensures a literal and its negation are opposites. n (iv) ensures at least one literal in each clause is T. TF B not 3-colorable if all are red true false contradiction

31 3-Colorability Claim. Graph is 3-colorable iff  is satisfiable. Pf.  Suppose 3-SAT formula  is satisfiable. n Color all true literals T. n Color node below green node F, and node below that B. n Color remaining middle row nodes B. n Color remaining bottom nodes T or F as forced. ▪ TF B a literal set to true in 3-SAT assignment true false