Iterative Rounding and Relaxation

Similar documents
A simple LP relaxation for the Asymmetric Traveling Salesman Problem

The Steiner Network Problem

Iterative rounding approximation algorithms for degree-bounded node-connectivity network design

1 Matroid intersection

Linear Programming. Scheduling problems

7. Lecture notes on the ellipsoid algorithm

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 17: Combinatorial Problems as Linear Programs III. Instructor: Shaddin Dughmi

A primal-dual schema based approximation algorithm for the element connectivity problem

Lecture notes on the ellipsoid algorithm

CS675: Convex and Combinatorial Optimization Fall 2014 Combinatorial Problems as Linear Programs. Instructor: Shaddin Dughmi

Network Design and Game Theory Spring 2008 Lecture 6

CS675: Convex and Combinatorial Optimization Fall 2016 Combinatorial Problems as Linear and Convex Programs. Instructor: Shaddin Dughmi

Scheduling on Unrelated Parallel Machines. Approximation Algorithms, V. V. Vazirani Book Chapter 17

The recoverable robust spanning tree problem with interval costs is polynomially solvable

Week 8. 1 LP is easy: the Ellipsoid Method

On Generalizations of Network Design Problems with Degree Bounds

arxiv: v2 [cs.ds] 7 Mar 2016

Approximating Directed Weighted-Degree Constrained Networks

LP-relaxations for Tree Augmentation

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2

Kernelization Lower Bounds: A Brief History

Prize-collecting Survivable Network Design in Node-weighted Graphs. Chandra Chekuri Alina Ene Ali Vakilian

Steiner Forest Orientation Problems

1 Perfect Matching and Matching Polytopes

Improving Christofides Algorithm for the s-t Path TSP

Approximating minimum cost connectivity problems

Discrete Optimization 2010 Lecture 2 Matroids & Shortest Paths

Chapter 11. Approximation Algorithms. Slides by Kevin Wayne Pearson-Addison Wesley. All rights reserved.

Steiner Forest Orientation Problems

3. Linear Programming and Polyhedral Combinatorics

Prize-Collecting Steiner Network Problems

The Steiner k-cut Problem

CO 250 Final Exam Guide

Nash Equilibrium: Existence & Computation

Mohit Singh, László A. Végh Approximating minimum cost connectivity orientation and augmentation

New Approaches to Multi-Objective Optimization

Delegate and Conquer: An LP-based approximation algorithm for Minimum Degree MSTs

Increasing the Span of Stars

Lecture 10 February 4, 2013

An 1.75 approximation algorithm for the leaf-to-leaf tree augmentation problem

Lecture 22: Hyperplane Rounding for Max-Cut SDP

Lecture 10. Semidefinite Programs and the Max-Cut Problem Max Cut

Approximate Integer Decompositions for Undirected Network Design Problems

Topics in Approximation Algorithms Solution for Homework 3

Price of Stability in Survivable Network Design

Advanced Combinatorial Optimization September 24, Lecture 5

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2

The Ellipsoid Algorithm

Advanced Combinatorial Optimization Updated February 18, Lecture 5. Lecturer: Michel X. Goemans Scribe: Yehua Wei (2009)

6.854J / J Advanced Algorithms Fall 2008

The Ellipsoid (Kachiyan) Method

Dual fitting approximation for Set Cover, and Primal Dual approximation for Set Cover

The 2-valued case of makespan minimization with assignment constraints

Trees. A tree is a graph which is. (a) Connected and. (b) has no cycles (acyclic).

Approximation Basics

Recent Progress in Approximation Algorithms for the Traveling Salesman Problem

CMPSCI611: The Matroid Theorem Lecture 5

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016)

The Cutting Plane Method is Polynomial for Perfect Matchings

arxiv: v1 [cs.ds] 22 Nov 2018

Santa Claus Schedules Jobs on Unrelated Machines

A bad example for the iterative rounding method for mincost k-connected spanning subgraphs

The Matching Polytope: General graphs

3. Linear Programming and Polyhedral Combinatorics

New approaches to multi-objective optimization

Maximum Flow Problem (Ford and Fulkerson, 1956)

ACO Comprehensive Exam March 20 and 21, Computability, Complexity and Algorithms

LINEAR PROGRAMMING III

An Improved Approximation Algorithm for Requirement Cut

Approximation Algorithms and Hardness of Approximation. IPM, Jan Mohammad R. Salavatipour Department of Computing Science University of Alberta

1 Maximum Budgeted Allocation

Lecture 2: Scheduling on Parallel Machines

Contents. Typical techniques. Proving hardness. Constructing efficient algorithms

A 1.8 Approximation Algorithm for Augmenting Edge-Connectivity of a Graph from 1 to 2

Approximating Minimum-Cost k-node Connected Subgraphs via Independence-Free Graphs

Integer Linear Programs

ACO Comprehensive Exam 19 March Graph Theory

Topic: Balanced Cut, Sparsest Cut, and Metric Embeddings Date: 3/21/2007

Lecture #21. c T x Ax b. maximize subject to

Introduction to Bin Packing Problems

CMPUT 675: Approximation Algorithms Fall 2014

Chapter 11. Approximation Algorithms. Slides by Kevin Wayne Pearson-Addison Wesley. All rights reserved.

Hypergraph Matching by Linear and Semidefinite Programming. Yves Brise, ETH Zürich, Based on 2010 paper by Chan and Lau

Chain-constrained spanning trees

A Randomized Rounding Approach to the Traveling Salesman Problem

3.4 Relaxations and bounds

SDP Relaxations for MAXCUT

1 Some loose ends from last time

4 Packing T-joins and T-cuts

Lecture 5 January 16, 2013

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

3.10 Lagrangian relaxation

Two Applications of Maximum Flow

Stochastic Matching in Hypergraphs

Cutting Plane Methods II

Machine Minimization for Scheduling Jobs with Interval Constraints

Discrete Optimization 2010 Lecture 8 Lagrangian Relaxation / P, N P and co-n P

Polynomiality of Linear Programming

arxiv: v2 [cs.ds] 4 Oct 2011

Notes on MapReduce Algorithms

Transcription:

Iterative Rounding and Relaxation James Davis Department of Computer Science Rutgers University Camden jamesdav@camden.rutgers.edu March 11, 2010 James Davis (Rutgers Camden) Iterative Rounding 1 / 58

Iterative Rounding and Relaxation Ingredients: Linear Program Theorem about individual variable values in LP solution Technique: Solve LP Round some variables Remove variables, relax constraints Iterate James Davis (Rutgers Camden) Iterative Rounding 2 / 58

Brief History Survivable Network Design Jain (1998) MBDST Goemans (2006) Singh and Lau (2007, 2008) Bansal, Khandekar, Nagarajan (2008) James Davis (Rutgers Camden) Iterative Rounding 3 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 4 / 58

Vertex Cover Input: A graph G = (V, E) Non-negative costs on vertices c v Output: A minimum-cost collection of vertices so that each edge in G is incident on at least one vertex in the collection James Davis (Rutgers Camden) Iterative Rounding 5 / 58

Vertex Cover min v V c v x v x u + x v 1 e = (u, v) x v 0 v V James Davis (Rutgers Camden) Iterative Rounding 6 / 58

Vertex Cover: Main Theorem Theorem (Nemhauser-Trotter) In a basic optimal LP solution, each x v { 1 2, 1, 0} Simple 2-appx algorithm: Solve the Vertex Cover LP Include all vertices with x v 0 in our cover James Davis (Rutgers Camden) Iterative Rounding 7 / 58

MBDST: Problem Statement Input: Output: A graph G = (V, E) Costs c e 0 for all e E A set W V Degree bounds b v for all v W Find a min-cost spanning tree (V, F) that doesn t violate degree bounds. James Davis (Rutgers Camden) Iterative Rounding 8 / 58

Example MST 1 MBDST 1 1 Cost = 3 Cost = 7 James Davis (Rutgers Camden) Iterative Rounding 9 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 10 / 58

MBDST Properties Notation: S: any subset of vertices E(S): edges with both endpoints in S F: set of edges in MBDST Properties: Spanning: Acyclic: Degree Bounds: Exactly V 1 edges in F For S 2, at most S 1 edges of F in E(S) At most b v edges of F incident on v James Davis (Rutgers Camden) Iterative Rounding 11 / 58

Integer Program x e = 1 if e F and x e = 0 otherwise min c e x e (Objective) e E x e = V 1 (1) e E e E(S) e δ(v) x e S 1 S V, S 2 (2) x e b v v W (3) x e {0, 1} e E James Davis (Rutgers Camden) Iterative Rounding 12 / 58

Linear Program x e = 1 if e F and x e = 0 otherwise min c e x e (Objective) e E x e = V 1 (1) e E e E(S) e δ(v) x e S 1 S V, S 2 (2) x e b v v W (3) x e 0 e E James Davis (Rutgers Camden) Iterative Rounding 13 / 58

LP Properties There are exponentially many constraints (2) Ellipsoid method Separation oracle (1) and (3) are easy to check (2) requires work Skip Oracle James Davis (Rutgers Camden) Iterative Rounding 14 / 58

Separation Oracle: Flow Network 0 1 1 0 1 James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle: Flow Network s 0 1 1 0 1 t James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle: Flow Network s 0 1 1 0 1 t James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle: Flow Network s 1/2 3/2 0 1/2 1 1/2 1 0 1 t James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle: Flow Network s 1/2 3/2 0 1/2 1/2 1/2 1\2 0 1/2 t James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle: Flow Network s 1/2 3/2 0 1/2 1/2 1/2 1\2 0 1/2 1 1 1 1 t James Davis (Rutgers Camden) Iterative Rounding 15 / 58

Separation Oracle:s-t cut Capacity = 2 + 1 2 2 + 1 2 4 James Davis (Rutgers Camden) Iterative Rounding 16 / 58

Separation Oracle The capacity across S is V + ( S 1) The capacity across S is at least V iff x e e E(S) e E(S) The max-flow from s to t is V iff (2) are satisfied x e S 1 James Davis (Rutgers Camden) Iterative Rounding 17 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 18 / 58

Main Theorem x =< x 1, x 2,..., x E >: solution to LP Support( x): set of edges s.t. x e > 0 Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v Condition 1 identifies a leaf in the tree Condition 2 identifies a vertex with sufficiently small number of nonzero incident edges James Davis (Rutgers Camden) Iterative Rounding 19 / 58

Algorithm F = While V > 1 x LP solution on < G, W > Remove all edges e with x e = 0 If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 20 / 58

Linear Program min c e x e (Objective) e E x e = V 1 (1) e E e E(S) e δ(v) x e S 1 S V, S 2 (2) x e b v v W (3) x e 0 e E James Davis (Rutgers Camden) Iterative Rounding 21 / 58

LP Relationships In each iteration LP is in the same family Same separation oracle The Main Theorem applies to each LP If condition 1 is satisfied LP is incrementally modified: Delete an x e variable Modify (1) constraint Remove some (2) constraints Modify some (3) constraints If condition 2 is satisfied LP is incrementally modified: Remove a (3) constraint James Davis (Rutgers Camden) Iterative Rounding 22 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 23 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 24 / 58

Bounding Cost Theorem The tree returned by our algorithm has cost at most LP OPT G' e 1 v IH: cost(f ) LP (G ) cost(f ) + c e LP (G ) + c e x e LP(G ) + c e x e LP: current lin. prog. LP : new lin. prog. F : MBDST in G = LP(G) James Davis (Rutgers Camden) Iterative Rounding 25 / 58

Bounding Cost Lemma LP(G ) is a feasible solution to LP (G ) Changes: 1 1 on RHS, 1 on LHS 2 Remove constraints 3 1 on RHS, 1 on LHS; Remove constraints x e = V 1 (1) e E e E(S) e δ(v) x e S 1 (2) x e b v (3) James Davis (Rutgers Camden) Iterative Rounding 26 / 58

Min-Cost Spanning Trees Recap: Spanning tree has optimal cost Degree bounds? Implications: Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) xe = 1 2 v W with at most 3 edges of Support( x) incident on v James Davis (Rutgers Camden) Iterative Rounding 27 / 58

Min-Cost Spanning Trees Recap: Spanning tree has optimal cost Degree bounds? Implications: Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) xe = 1 2 v W with at most 3 edges of Support( x) incident on v When W = we have OPT James Davis (Rutgers Camden) Iterative Rounding 27 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 28 / 58

Degree Bounds u 1 b v, b u 1 b v never violated b u adjusted v Algorithm x LP solution on < G, W > Remove e / Support( x) If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 29 / 58

Degree Bounds 1 u b v, b u 1 b v never violated b u adjusted v Algorithm x LP solution on < G, W > Remove e / Support( x) If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 29 / 58

Degree Bounds Algorithm x LP solution on < G, W > Remove e / Support( x) If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G b v 1 All 3 edges may be in F b v violated by at most 2 If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 29 / 58

Degree Bounds Algorithm x LP solution on < G, W > Remove e / Support( x) If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G b v 1 All 3 edges may be in F b v violated by at most 2 If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 29 / 58

Degree Bounds Algorithm x LP solution on < G, W > Remove e / Support( x) If condition 1 is satisfied by x Add (u, v) to F Remove v and (u, v) from G b v 1 All 3 edges may be in F b v violated by at most 2 If u W reduce b u by 1 If condition 2 is satisfied by x Remove v from W James Davis (Rutgers Camden) Iterative Rounding 29 / 58

Analysis Summary Cost: Spanning tree has optimal cost Degree Bounds: No degree bound violated by more than 2 Theorem (Goemans) The algorithm for MBDST produces a spanning tree in which the degree of v is at most b v + 2 for v W and has cost no greater than OPT James Davis (Rutgers Camden) Iterative Rounding 30 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 31 / 58

Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v James Davis (Rutgers Camden) Iterative Rounding 32 / 58

Linear Program min c e x e (Objective) e E x e = V 1 (1) e E e E(S) e δ(v) x e S 1 S V, S 2 (2) x e b v v W (3) x e 0 e E James Davis (Rutgers Camden) Iterative Rounding 33 / 58

Laminar Lemma Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar James Davis (Rutgers Camden) Iterative Rounding 34 / 58

Characteristic Vector 1 3 χ E(S) =< 1, 1, 1, 0, 0, 0, 0 > χ δ(v) =< 0, 1, 1, 0, 1, 0, 0 > James Davis (Rutgers Camden) Iterative Rounding 35 / 58

Laminar Sets Intersecting Sets A B Laminar Sets No intersecting sets A B A B B A James Davis (Rutgers Camden) Iterative Rounding 36 / 58

Laminar Lemma Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar James Davis (Rutgers Camden) Iterative Rounding 37 / 58

Property of L Lemma If all S L contain at least 2 vertices then L V 1 Use induction on V Base case: V = 2 Induction step Shrink smallest set to vertex Generates L and V L is laminar L = L 1 V V 1 L V 1 L V 1 James Davis (Rutgers Camden) Iterative Rounding 38 / 58

Property of L Lemma If all S L contain at least 2 vertices then L V 1 Use induction on V Base case: V = 2 Induction step Shrink smallest set to vertex Generates L and V L is laminar L = L 1 V V 1 L V 1 L V 1 James Davis (Rutgers Camden) Iterative Rounding 38 / 58

Property of Support( x) Lemma Support( x) < V + W Recall property 3 of Laminar Lemma: L + Z = Support( x) Support( x) = L + Z L + W < V + W (Previous Lemma) James Davis (Rutgers Camden) Iterative Rounding 39 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v Suppose Main Theorem wasn t true: For every v V there are at least 2 edges incident on it For every v W there are at least 4 edges incident on it Support( x) 1 (2( V W ) + 4( W )) 2 = V + W (Contradiction!) James Davis (Rutgers Camden) Iterative Rounding 40 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v Suppose Main Theorem wasn t true: For every v V there are at least 2 edges incident on it For every v W there are at least 4 edges incident on it Support( x) 1 (2( V W ) + 4( W )) 2 = V + W (Contradiction!) James Davis (Rutgers Camden) Iterative Rounding 40 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v Suppose Main Theorem wasn t true: For every v V there are at least 2 edges incident on it For every v W there are at least 4 edges incident on it Support( x) 1 (2( V W ) + 4( W )) 2 = V + W (Contradiction!) James Davis (Rutgers Camden) Iterative Rounding 40 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v e E(S) x e V 2 e E x e = V 1 e δ(v) x e 1 x e 1 x e 1 x e = 1 James Davis (Rutgers Camden) Iterative Rounding 41 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v S=V-v e E(S) x e V 2 e E x e = V 1 e δ(v) x e 1 x e 1 x e 1 x e = 1 James Davis (Rutgers Camden) Iterative Rounding 41 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v v S=V-v e E(S) x e V 2 e E x e = V 1 e δ(v) x e 1 x e 1 x e 1 x e = 1 James Davis (Rutgers Camden) Iterative Rounding 41 / 58

From Laminar Lemma to Main Theorem Theorem For any basic solution x to the linear program either: 1 v with exactly one incident edge e Support( x) x e = 1 2 v W with at most 3 edges of Support( x) incident on v u v S={u,v} e E(S) x e V 2 e E x e = V 1 e δ(v) x e 1 x e 1 x e 1 x e = 1 James Davis (Rutgers Camden) Iterative Rounding 41 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 42 / 58

Laminar Lemma Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar James Davis (Rutgers Camden) Iterative Rounding 43 / 58

LP Background min c i x i (Objective) a 11 x 1 + a 12 x 2 +... + a 1n x n b 1 (1) a 21 x 1 + a 22 x 2 +... + a 2n x n b 2 (2)... =... a m1 x 1 + a m2 x 2 +... + a mn x n b m (m) x i 0 (Non-Negative) James Davis (Rutgers Camden) Iterative Rounding 44 / 58

LP Background Linear Program Constraints define half-spaces Objective is a hyperplane Solution always a corner n tight constraints Constraints lin. ind. min c i x i a 11 x 1 + a 12 x 2 +... + a 1n x n b 1 (1) a 21 x 1 + a 22 x 2 +... + a 2n x n b 2 (2)... =... a m1 x 1 + a m2 x 2 +... + a mnx n b m (m) x i 0 James Davis (Rutgers Camden) Iterative Rounding 45 / 58

LP Background Constraints define half-spaces Objective is a hyperplane Solution always a corner E tight constraints Constraints lin. ind. MBDST LP min c ex e e E x e = V 1 (1) e E x e S 1 (2) e E(S) x e b v (3) e δ(v) x e 0 James Davis (Rutgers Camden) Iterative Rounding 45 / 58

Laminar Lemma Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar James Davis (Rutgers Camden) Iterative Rounding 46 / 58

Laminar Lemma Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar James Davis (Rutgers Camden) Iterative Rounding 46 / 58

Laminar Lemma Proof Lemma e E(S) x e is supermodular e E(S) x e + e E(T ) x e e E(S T ) x e + e E(S T ) x e S T James Davis (Rutgers Camden) Iterative Rounding 47 / 58

Laminar Lemma Proof Lemma S, T are tight, S and T cross, then S T, S T are tight and χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) ( S 1) + ( T 1) = ( S T 1) + ( S T 1) x e + (feasibility) E(S T ) E(S T ) x e x e + x e (supermodularity) E(S) E(T ) Since S and T are tight, these are all equalities James Davis (Rutgers Camden) Iterative Rounding 48 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) S T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) S T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) S T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) S T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding L Lemma L that is laminar and Span(T ) Span(L), where T contains all tight sets Let L be a maximal laminar collection of T Recall that χ E(S) + χ E(T ) = χ E(S T ) + χ E(S T ) T Span(T ) Span(L) S (least int. in L) T (int. S) S T and S T S T and S T S T S T S T S T James Davis (Rutgers Camden) Iterative Rounding 49 / 58

Laminar Lemma Proof: Finding Z Lemma For any basic LP solution x there is a Z W and a collection L of S V where: 1 S L, S is tight; v Z, v is tight 2 The vectors χ E(S) and χ δ(v) are independent 3 L + Z = Support( x) 4 L is laminar (T, Y ) spans R Support( x) (L, Y ) spans R Support( x) To obtain (L, Z ) remove v Y that are dependent James Davis (Rutgers Camden) Iterative Rounding 50 / 58

Recap LP formulation Main Theorem Algorithm Cost no more than OPT Degree bounds violated by at most 2 Main Theorem Proof Laminar Lemma Proof James Davis (Rutgers Camden) Iterative Rounding 51 / 58

Outline 1 Introduction: Vertex Cover 2 LP Formulation 3 Algorithm 4 Analysis Bounding Cost Bounding Degrees 5 Main Theorem Laminar Lemma Proof 6 Improvement James Davis (Rutgers Camden) Iterative Rounding 52 / 58

Improved Main Theorem Theorem If x is a basic solution to LP where W then there is a v, s.t. δ(v) Support( x) b v + 1 James Davis (Rutgers Camden) Iterative Rounding 53 / 58

Algorithm Phase 1: While W x LP solution on < G, W > For all x e = 0, remove e from E Remove v from W if there are at most b v + 1 edges of δ(v) in Support( x) Phase 2: Run algorithm on < G, > James Davis (Rutgers Camden) Iterative Rounding 54 / 58

Analysis Theorem (Singh and Lau) The improved algorithm for MBDST produces a spanning tree in which the degree of v is at most b v + 1 for v W and has cost no greater than OPT James Davis (Rutgers Camden) Iterative Rounding 55 / 58

References Kamal Jain. A factor 2 approximation algorithm for the generalized Steiner network problem. Combinatorica, 21:39-60, 2001. Michel X. Goemans. Minimum bounded-degree spanning trees. FOCS 06 Mohit Singh and Lap Chi Lau. Approximating minimum bounded degree spanning trees to within one of optimal. STOC 07. James Davis (Rutgers Camden) Iterative Rounding 56 / 58

Acknowledgements Thanks to David Shmoys and David Williamson for letting us use the manuscript of their forthcoming book, The Design of Approximation Algorithms. James Davis (Rutgers Camden) Iterative Rounding 57 / 58

Thank You! Return to Oracle James Davis (Rutgers Camden) Iterative Rounding 58 / 58