Top Banner
PTAS for Matroid Matching Jon Lee 1 Maxim Sviridenko 1 Jan Vondrák 2 1 IBM Watson Research Center Yorktown Heights, NY 2 IBM Almaden Research Center San Jose, CA May 6, 2010 Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 1 / 19
44

PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

May 24, 2018

Download

Documents

vuongkhuong
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

PTAS for Matroid Matching

Jon Lee1 Maxim Sviridenko1 Jan Vondrák2

1IBM Watson Research CenterYorktown Heights, NY

2IBM Almaden Research CenterSan Jose, CA

May 6, 2010

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 1 / 19

Page 2: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Why matroid matching?

Classical combinatorial optimization problems:Max-weight bipartite matching [Hungarian method, 1950’s]Max-weight independent set in a matroid [Rado, 1950’s]Max-weight non-bipartite matching [Edmonds, 1960’s]Max-weight independent set in the intersection of two matroids[Edmonds/Lawler 1970’s]

Matroid matching:proposed by Lawler as a common generalization

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 2 / 19

Page 3: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Why matroid matching?

Classical combinatorial optimization problems:Max-weight bipartite matching [Hungarian method, 1950’s]Max-weight independent set in a matroid [Rado, 1950’s]Max-weight non-bipartite matching [Edmonds, 1960’s]Max-weight independent set in the intersection of two matroids[Edmonds/Lawler 1970’s]

Matroid matching:proposed by Lawler as a common generalization

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 2 / 19

Page 4: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroids

DefinitionA matroid onM = (N, I) is a system of independent sets such that

1 ∅ ∈ I2 ∀J ∈ I; I ⊂ J ⇒ I ∈ I3 ∀I, J ∈ I; |I| < |J| ⇒ ∃j ∈ J \ I; I ∪ j ∈ I.

Examples:

linear matroid(independent sets = linearly independent vectors)

graphic matroid(independent sets = acyclic subgraphs)

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 3 / 19

Page 5: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroids

DefinitionA matroid onM = (N, I) is a system of independent sets such that

1 ∅ ∈ I2 ∀J ∈ I; I ⊂ J ⇒ I ∈ I3 ∀I, J ∈ I; |I| < |J| ⇒ ∃j ∈ J \ I; I ∪ j ∈ I.

Examples:

linear matroid(independent sets = linearly independent vectors)

graphic matroid(independent sets = acyclic subgraphs)

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 3 / 19

Page 6: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroid Matching

Given: Graph G = (V ,E), matroidM = (V , I).Find: A matching M in G such that V (M) is independent inM.

Note: Matroid matching is equivalent to its special case, whereG itself is a matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 4 / 19

Page 7: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroid Matching

Given: Graph G = (V ,E), matroidM = (V , I).Find: A matching M in G such that V (M) is independent inM.

Note: Matroid matching is equivalent to its special case, whereG itself is a matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 4 / 19

Page 8: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroid parity

Given: MatroidM = (N, I), N partitioned into disjoint pairs p1, . . . ,pn.Find: A subset I ⊆ [n] such that

⋃i∈I pi is independent inM.

Reduction from matroid matching:Given G = (V ,E), replace each edge e = (u, v) by two uniqueelements (ue, ve).For each vertex v , simulate the matching condition by definingve : v ∈ e to be parallel copies of v in the matroidM.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 5 / 19

Page 9: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Matroid parity

Given: MatroidM = (N, I), N partitioned into disjoint pairs p1, . . . ,pn.Find: A subset I ⊆ [n] such that

⋃i∈I pi is independent inM.

Reduction from matroid matching:Given G = (V ,E), replace each edge e = (u, v) by two uniqueelements (ue, ve).For each vertex v , simulate the matching condition by definingve : v ∈ e to be parallel copies of v in the matroidM.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 5 / 19

Page 10: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Special cases of matroid parity

Matroid intersection:GivenM1,M2, find the largest set independent in both matroids.

M1

M2

Matching in non-bipartite graphs:obviously a special case of matroid matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 6 / 19

Page 11: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Special cases of matroid parity

Matroid intersection:GivenM1,M2, find the largest set independent in both matroids.

M1

M2

Matching in non-bipartite graphs:obviously a special case of matroid matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 6 / 19

Page 12: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

The matchoid problem

Given: Graph G = (V ,E), matroidMv = (Ev , Iv ) for each v ∈ V .Find: A set of edges F ⊆ E such that for each vertex v ∈ V , theincident edges F ∩ Ev are independent inMv .

Note: The matchoid problem is a special case of matroid matching,and it still generalizes matroid intersection and non-bipartite matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 7 / 19

Page 13: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

The matchoid problem

Given: Graph G = (V ,E), matroidMv = (Ev , Iv ) for each v ∈ V .Find: A set of edges F ⊆ E such that for each vertex v ∈ V , theincident edges F ∩ Ev are independent inMv .

Note: The matchoid problem is a special case of matroid matching,and it still generalizes matroid intersection and non-bipartite matching.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 7 / 19

Page 14: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Complexity status overview

matroid matching

?6

matroid parity

?

matchoid

HHHHj

non-b. matching matroid intersectionHHHHj

bipartite matching

∈ P

∈ P

NP-hard

NP-hard

NP-hard

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 8 / 19

Page 15: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Complexity status overview

matroid matching

?6

matroid parity

?

matchoid

HHHHj

non-b. matching matroid intersectionHHHHj

bipartite matching ∈ P

∈ P

NP-hard

NP-hard

NP-hard

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 8 / 19

Page 16: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Good news

DefinitionA matroidM = (N, I) is linear if there are vectors vi : i ∈ N) suchthat I ∈ I iff vi : i ∈ I are linearly independent.

Lászlo Lovász (1980): Matroid matching of maximum cardinality canbe found in polynomial time, ifM is a linear matroid.

Notes:There is also a randomized FPTAS in the weighted case for linearmatroids.For general matroids given by an oracle, even unweighted matroidmatching requires exponentially many queries to solve optimally.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 9 / 19

Page 17: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Good news

DefinitionA matroidM = (N, I) is linear if there are vectors vi : i ∈ N) suchthat I ∈ I iff vi : i ∈ I are linearly independent.

Lászlo Lovász (1980): Matroid matching of maximum cardinality canbe found in polynomial time, ifM is a linear matroid.

Notes:There is also a randomized FPTAS in the weighted case for linearmatroids.For general matroids given by an oracle, even unweighted matroidmatching requires exponentially many queries to solve optimally.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 9 / 19

Page 18: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Approximation?

Easy: The feasible solutions to a matroid matching problem form a2-independence system: If A is feasible and e is a feasible edge,then there are edges a,b ∈ A such that (A \ a,b) ∪ e is feasible.

Jenkyns (1976): For any 2-independence system, the greedyalgorithm gives a 1/2-approximation (even in the weighted case).

Fujito (1993): 2/3-approximation for unweighted matroid matching.

More generally, matroid matching in k-uniform hypergraphs is ak -independence system =⇒ 1/k -approximation.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 10 / 19

Page 19: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Approximation?

Easy: The feasible solutions to a matroid matching problem form a2-independence system: If A is feasible and e is a feasible edge,then there are edges a,b ∈ A such that (A \ a,b) ∪ e is feasible.

Jenkyns (1976): For any 2-independence system, the greedyalgorithm gives a 1/2-approximation (even in the weighted case).

Fujito (1993): 2/3-approximation for unweighted matroid matching.

More generally, matroid matching in k-uniform hypergraphs is ak -independence system =⇒ 1/k -approximation.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 10 / 19

Page 20: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Approximation?

Easy: The feasible solutions to a matroid matching problem form a2-independence system: If A is feasible and e is a feasible edge,then there are edges a,b ∈ A such that (A \ a,b) ∪ e is feasible.

Jenkyns (1976): For any 2-independence system, the greedyalgorithm gives a 1/2-approximation (even in the weighted case).

Fujito (1993): 2/3-approximation for unweighted matroid matching.

More generally, matroid matching in k-uniform hypergraphs is ak -independence system =⇒ 1/k -approximation.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 10 / 19

Page 21: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

What we did

Theorem (Lee, Sviridenko, V.)1 There is a PTAS for unweighted matroid matching.2 In k-uniform hypergraphs, (2/k − ε)-approximation for any ε > 0.

Note: Special cases of k -uniform matroid matching are k -set packing(2/k − ε known by Hurkens-Schrijver) and intersection of k matroids(only 1/k known until recently).

Open question: the weighted case.

Theorem (Lee, Sviridenko, V.)A natural LP formulation of matroid matching has Ω(n) integrality gap.After r rounds of Sherali-Adams, still Ω(n/r) integrality gap.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 11 / 19

Page 22: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

What we did

Theorem (Lee, Sviridenko, V.)1 There is a PTAS for unweighted matroid matching.2 In k-uniform hypergraphs, (2/k − ε)-approximation for any ε > 0.

Note: Special cases of k -uniform matroid matching are k -set packing(2/k − ε known by Hurkens-Schrijver) and intersection of k matroids(only 1/k known until recently).

Open question: the weighted case.

Theorem (Lee, Sviridenko, V.)A natural LP formulation of matroid matching has Ω(n) integrality gap.After r rounds of Sherali-Adams, still Ω(n/r) integrality gap.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 11 / 19

Page 23: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Our algorithm

PTAS for matroid parity:Local search algorithm, try to add s + 1 new pairs and kick out s.

If we want to achieve a (1− ε)-approximation, we need s(ε) = 51/ε.

Hence, running time n51/ε.

LemmaIf A,B are feasible solutions of matroid parity and

|A| <(

1− 12t

)|B|

then there is a local improvement for A with s ≤ 5t−1.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 12 / 19

Page 24: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Our algorithm

PTAS for matroid parity:Local search algorithm, try to add s + 1 new pairs and kick out s.If we want to achieve a (1− ε)-approximation, we need s(ε) = 51/ε.

Hence, running time n51/ε.

LemmaIf A,B are feasible solutions of matroid parity and

|A| <(

1− 12t

)|B|

then there is a local improvement for A with s ≤ 5t−1.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 12 / 19

Page 25: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Our algorithm

PTAS for matroid parity:Local search algorithm, try to add s + 1 new pairs and kick out s.If we want to achieve a (1− ε)-approximation, we need s(ε) = 51/ε.

Hence, running time n51/ε.

LemmaIf A,B are feasible solutions of matroid parity and

|A| <(

1− 12t

)|B|

then there is a local improvement for A with s ≤ 5t−1.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 12 / 19

Page 26: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Base case: t = 1

We want: If |A| < 12 |B|, then A can be extended by some pair from B.

A B

B0

Proof:Since |A| < 1

2 |B|, we can extend A to an independent set A ∪ B0

such that B0 ⊂ B and |B0| > 12 |B|.

|B0| > |B \ B0|, so there must be a whole pair in B0, which can beadded to A.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 13 / 19

Page 27: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Base case: t = 1

We want: If |A| < 12 |B|, then A can be extended by some pair from B.

A B

B0

Proof:Since |A| < 1

2 |B|, we can extend A to an independent set A ∪ B0

such that B0 ⊂ B and |B0| > 12 |B|.

|B0| > |B \ B0|, so there must be a whole pair in B0, which can beadded to A.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 13 / 19

Page 28: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

General case: t > 1

We assume |A| < (1− 12t )|B|.

A B

B0

B1A1A2

Extend A to A ∪ B0; if B0 contains a pair, we are done.

Let B1 be paired up with B0, and find A1 ⊂ A such that A1 and B1can be swapped in the contracted matroidM/B0.If A1 contains a pair, kick it out and add two pairs from B0 ∪ B1.Otherwise, let A2 be paired up with A1, and recurse onA′ = A \ (A1 ∪ A2),B′ = B \ (B0 ∪ B1) inM/(B0 ∪ B1).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 14 / 19

Page 29: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

General case: t > 1

We assume |A| < (1− 12t )|B|.

A B

B0

B1A1A2

Extend A to A ∪ B0; if B0 contains a pair, we are done.Let B1 be paired up with B0, and find A1 ⊂ A such that A1 and B1can be swapped in the contracted matroidM/B0.

If A1 contains a pair, kick it out and add two pairs from B0 ∪ B1.Otherwise, let A2 be paired up with A1, and recurse onA′ = A \ (A1 ∪ A2),B′ = B \ (B0 ∪ B1) inM/(B0 ∪ B1).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 14 / 19

Page 30: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

General case: t > 1

We assume |A| < (1− 12t )|B|.

A B

B0

B1A1A2

Extend A to A ∪ B0; if B0 contains a pair, we are done.Let B1 be paired up with B0, and find A1 ⊂ A such that A1 and B1can be swapped in the contracted matroidM/B0.If A1 contains a pair, kick it out and add two pairs from B0 ∪ B1.

Otherwise, let A2 be paired up with A1, and recurse onA′ = A \ (A1 ∪ A2),B′ = B \ (B0 ∪ B1) inM/(B0 ∪ B1).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 14 / 19

Page 31: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

General case: t > 1

We assume |A| < (1− 12t )|B|.

A B

B0

B1A1A2

Extend A to A ∪ B0; if B0 contains a pair, we are done.Let B1 be paired up with B0, and find A1 ⊂ A such that A1 and B1can be swapped in the contracted matroidM/B0.If A1 contains a pair, kick it out and add two pairs from B0 ∪ B1.Otherwise, let A2 be paired up with A1, and recurse onA′ = A \ (A1 ∪ A2),B′ = B \ (B0 ∪ B1) inM/(B0 ∪ B1).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 14 / 19

Page 32: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Inductive argument

We have |A′| < (1− 12t−2)|B′|. B0

B1

B′B

A1A2

A′

A

By induction there is a local improvement A′ \ A ∪ B inM/(B0 ∪ B1) such that |B| ≤ 5t−1.

This set can be extended by pairs from A1 ∪ A2, but we miss up to4|B| pairs, as we must take whole pairs and keep independence.However, whatever we miss in A1 ∪A2, we can make up in B0 ∪B1.In total, we gain at least one pair and the swap size is ≤ 5|B| ≤ 5t .

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 15 / 19

Page 33: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Inductive argument

We have |A′| < (1− 12t−2)|B′|. B0

B1

B′B

A1A2

A′

A

By induction there is a local improvement A′ \ A ∪ B inM/(B0 ∪ B1) such that |B| ≤ 5t−1.This set can be extended by pairs from A1 ∪ A2, but we miss up to4|B| pairs, as we must take whole pairs and keep independence.

However, whatever we miss in A1 ∪A2, we can make up in B0 ∪B1.In total, we gain at least one pair and the swap size is ≤ 5|B| ≤ 5t .

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 15 / 19

Page 34: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Inductive argument

We have |A′| < (1− 12t−2)|B′|. B0

B1

B′B

A1A2

A′

A

By induction there is a local improvement A′ \ A ∪ B inM/(B0 ∪ B1) such that |B| ≤ 5t−1.This set can be extended by pairs from A1 ∪ A2, but we miss up to4|B| pairs, as we must take whole pairs and keep independence.However, whatever we miss in A1 ∪A2, we can make up in B0 ∪B1.

In total, we gain at least one pair and the swap size is ≤ 5|B| ≤ 5t .

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 15 / 19

Page 35: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Inductive argument

We have |A′| < (1− 12t−2)|B′|. B0

B1

B′B

A1A2

A′

A

By induction there is a local improvement A′ \ A ∪ B inM/(B0 ∪ B1) such that |B| ≤ 5t−1.This set can be extended by pairs from A1 ∪ A2, but we miss up to4|B| pairs, as we must take whole pairs and keep independence.However, whatever we miss in A1 ∪A2, we can make up in B0 ∪B1.In total, we gain at least one pair and the swap size is ≤ 5|B| ≤ 5t .

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 15 / 19

Page 36: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

LP relaxations

What to do about the weighted matroid matching problem?

Local search - we are not sure how to analyze it.LP relaxations?

Natural LP:

max∑e∈E

weye :∑u∈S

xu ≤ rM(S); ∀S ⊆ V

xu = ye; ∀u ∈ e ∈ E ,xu, ye ≥ 0.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 16 / 19

Page 37: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

LP relaxations

What to do about the weighted matroid matching problem?

Local search - we are not sure how to analyze it.LP relaxations?

Natural LP:

max∑e∈E

weye :∑u∈S

xu ≤ rM(S); ∀S ⊆ V

xu = ye; ∀u ∈ e ∈ E ,xu, ye ≥ 0.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 16 / 19

Page 38: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Integrality gap

Example: Pairs (u1, v1), . . . , (un, vn).MatroidMt : a set S is independent if it contains at most t pairs, andany number of singletons from the remaining pairs.

maxn∑

i=1

yi :

∑i∈T

yi ≤12

(|T |+ t); ∀T ,

yi ≥ 0.

Optimal solution: S = (u1, v1), (u2, v2), . . . , (ut , vt ), value t .Fractional solution: ye = 1/2 for each pair e = (ui , vi), value n/2.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 17 / 19

Page 39: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Integrality gap

Example: Pairs (u1, v1), . . . , (un, vn).MatroidMt : a set S is independent if it contains at most t pairs, andany number of singletons from the remaining pairs.

maxn∑

i=1

yi :

∑i∈T

yi ≤12

(|T |+ t); ∀T ,

yi ≥ 0.

Optimal solution: S = (u1, v1), (u2, v2), . . . , (ut , vt ), value t .Fractional solution: ye = 1/2 for each pair e = (ui , vi), value n/2.

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 17 / 19

Page 40: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Sherali-Adams

Can we strengthen this LP?

Sherali-Adams hierarchy: For some r ≥ 1 , consider all disjoint I, J ⊆ Vsuch that |I|+ |J| ≤ r . Multiply each constraint by

∏i∈I yi

∏j∈J(1− yj),

expand the products and replace each monomial∏`∈L yk`

` by yL.

We get constraints like:∑`∈T

y`∏i∈I

yi∏j∈J

(1− yj) ≤12

(t + |T |)∏i∈I

yi∏j∈J

(1− yj).

→ expand and replace monomials by yL.

Fractional solution: yL = 1/2|L| is still feasible for this LP, for t = r .LPr ≥ n/2, while OPT = t = r . Hence, the gap is Ω(n/r).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 18 / 19

Page 41: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Sherali-Adams

Can we strengthen this LP?

Sherali-Adams hierarchy: For some r ≥ 1 , consider all disjoint I, J ⊆ Vsuch that |I|+ |J| ≤ r . Multiply each constraint by

∏i∈I yi

∏j∈J(1− yj),

expand the products and replace each monomial∏`∈L yk`

` by yL.

We get constraints like:∑`∈T

y`∏i∈I

yi∏j∈J

(1− yj) ≤12

(t + |T |)∏i∈I

yi∏j∈J

(1− yj).

→ expand and replace monomials by yL.

Fractional solution: yL = 1/2|L| is still feasible for this LP, for t = r .LPr ≥ n/2, while OPT = t = r . Hence, the gap is Ω(n/r).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 18 / 19

Page 42: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Sherali-Adams

Can we strengthen this LP?

Sherali-Adams hierarchy: For some r ≥ 1 , consider all disjoint I, J ⊆ Vsuch that |I|+ |J| ≤ r . Multiply each constraint by

∏i∈I yi

∏j∈J(1− yj),

expand the products and replace each monomial∏`∈L yk`

` by yL.

We get constraints like:∑`∈T

y`∏i∈I

yi∏j∈J

(1− yj) ≤12

(t + |T |)∏i∈I

yi∏j∈J

(1− yj).

→ expand and replace monomials by yL.

Fractional solution: yL = 1/2|L| is still feasible for this LP, for t = r .LPr ≥ n/2, while OPT = t = r . Hence, the gap is Ω(n/r).

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 18 / 19

Page 43: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Conclusion

We showed a PTAS for unweighted matroid matching.Is the following true?

For any ε > 0, there exists s(ε) such that local search with swap sizes(ε) gives a (1− ε)-approximation for weighted matroid matching.

More generally, can we get (2/k − ε)-approximation for weightedk -uniform matroid matching?Or at least for the weighted matchoid problem?(we have a 2/3-approximation for k = 2)

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 19 / 19

Page 44: PTAS for Matroid Matching - … for Matroid Matching ... graphic matroid ... A natural LP formulation of matroid matching has (n) integrality gap.

Conclusion

We showed a PTAS for unweighted matroid matching.Is the following true?

For any ε > 0, there exists s(ε) such that local search with swap sizes(ε) gives a (1− ε)-approximation for weighted matroid matching.

More generally, can we get (2/k − ε)-approximation for weightedk -uniform matroid matching?Or at least for the weighted matchoid problem?(we have a 2/3-approximation for k = 2)

Jan Vondrák (IBM Almaden) PTAS for Matroid Matching 19 / 19