Slides

advertisement
A Polynomial-Time Cutting-Plane Algorithm
for Matchings
Karthekeyan Chandrasekaran
Harvard University
Joint work with L. Vegh and S. Vempala
Cutting Plane Method
π‘₯0
π‘₯2
𝑐
π‘₯3
π‘₯1
π‘₯4
π‘₯π‘œπ‘π‘‘
𝑃
𝑃𝐼
𝑃 = {π‘₯ ∈ 𝑅𝑛 : 𝐴π‘₯ ≤ 𝑏}
𝑃𝐼 = conv−hull 𝑃 ∩ 𝑍 𝑛
Cutting Plane Method
1.
Starting LP. Start with the LP relaxation of the given IP to
obtain basic optimal solution π‘₯
2.
Repeat until π‘₯ is integral:
a.
Add Cuts. Find a linear inequality that is valid for the convex hull of
integer solutions but violated by π‘₯ and add it to the LP
b.
Re-solve LP. Obtain basic optimal solution π‘₯
Cutting Plane Method
 Proposed by Dantzig-Fulkerson-Johnson 1954
 Several cut-generation procedures
οƒ˜ Gomory cuts [Gomory 1958 ]
οƒ˜ Intersection cuts [Balas 1971 ]
οƒ˜ Disjunctive cuts [Balas 1979 ]
οƒ˜ Split cuts [Cook-Kannan-Schrijver (1990)]
οƒ˜ MIR Inequalities [Nemhauser-Wolsey (1990)]
οƒ˜ Lift-and-project methods
[Sherali-Adams (1990), Lovász-Schrijver (1991), Balas-Ceria-Cornuéjols (1993)]
 Closure properties of polytopes [Chvátal (1973)]
οƒ˜ Chvatal-Gomory rank
 Cutting plane proof system
[Chvátal-Cook-Hartmann (1989)]
 Implemented in commercial IP solvers
Requirements – Efficient and Correct
 Efficient cut-generation procedure [Gomory
 Convergence to integral solution [Gomory
1958 ]
1958 ]
 Fast convergence (number of cuts to reach integral solution)
 Is the cutting plane method efficient for polynomial-time
[Gomory 1958 ]
οƒ˜solvable
At most combinatorial
2𝑛 cuts for 0/1-IP
problems?
οƒ˜ No hope for faster theoretical convergence using Gomory cuts
 Theoretical bound on the number of steps to convergence of
οƒ˜ Practical implementations seem to be efficient for certain
cutting plane method for such problems?
problems
Question: Can we explain the efficiency in practical implementations?
Minimum-Cost Perfect Matching
 Problem: Given an edge cost function in a graph, find a minimum cost perfect matching
Edmonds
 IP formulation:
Gabow , Lawler
Galil-Micali-Gabow
min
𝑐 𝑒𝑣 π‘₯ 𝑒𝑣
𝑒𝑣∈𝐸
π‘₯ 𝛿 𝑒
= 1 ∀𝑒 ∈ 𝑉
(degree constraints)
π‘₯≥0
(non-negativity constraints)
π‘₯ ∈ 𝑍𝐸
Gabow
Gabow-Tarjan
π‘₯ 𝛿 𝑒
≔
π‘₯ 𝑒
𝑒:𝑒=𝑒𝑣
LP Relaxation (Bipartite Relaxation)
min
𝑐 𝑒𝑣 π‘₯ 𝑒𝑣
𝑒𝑣∈𝐸
οƒ˜ In bipartite graphs, the solution isπ‘₯ the
a perfect
matching
𝛿 𝑒indicator
= 1 ∀𝑒vector
∈ 𝑉 of
(degree
constraints)
π‘₯≥0
(non-negativity constraints)
in the graph
π‘₯ ∈ 𝑍𝐸
οƒ˜ In non-bipartite graphs, the solution is not necessarily integral
•
Solution is half-integral and supported by a disjoint union of edges and odd cycles
1
2
1
2
1
1
2
1
2
π‘₯𝑒 = 12
1
2
1
2
1
2
1
1
Polyhedral Characterization [Edmonds 1965 ]
min 𝑒𝑣∈𝐸 𝑐 𝑒𝑣 π‘₯ 𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯≥0
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ⊆ 𝑉, 𝑆 π‘œπ‘‘π‘‘
π‘₯ 𝛿 𝑆
≔
(degree constraints)
(non-negativity constraints)
(odd-set inequalities)
π‘₯ 𝑒
𝑒=𝑒𝑣:𝑒∈𝑆, 𝑣∈π‘‰βˆ–π‘†
 Odd-set inequalities
οƒ˜ Gomory cuts derived from bipartite relaxation
[Chvátal 1973 ]
 Efficient separation oracle exists
οƒ˜ For any given point π‘₯, we can efficiently verify if π‘₯ satisfies all constraints and
if not output a violated constraint
[Padberg-Rao
1982 ]
Cutting Plane Algorithm [Padberg − Rao 1982 ]
Starting LP. Start with the bipartite relaxation to obtain basic optimal
solution π‘₯
Repeat until π‘₯ is integral:
1.
2.
a.
b.
Add Cuts. Find an odd-set inequality that is violated by π‘₯ using the Padberg-Rao
procedure and add it to the LP
Re-solve LP. Obtain basic optimal solution π‘₯
 Easy to find cuts in the first step
οƒ˜ Starting LP optimum is half-integral and supported by a disjoint union of odd cycles and edges
 Half-integral structure is not preserved in later steps - need Padberg-Rao for cut generation
1
3
1
2
1
2
1
2
𝑐𝑒 = 1 ∀𝑒
1
2
1
2
1
2
1
2
1
2
𝟐
3
1
2
1
2
1
3
1
3
1
3
𝟐
3
1
3
𝟐
3
1
3
𝟐
3
1
3
Cutting Plane Algorithm [Padberg − Rao 1982 ]
 Discussed by Lovász-Plummer 1986
 Implementations by Grötschel-Holland 1985 , Trick 1987 , Fischetti-Lodi
2010
οƒ˜ Computationally efficient
Result: A cutting plane algorithm for minimum-cost perfect matching
οƒ˜ Convergence guarantee: 𝑂 𝑛 log 𝑛 rounds of cuts for an 𝑛-vertex graph
οƒ˜ Black-box LP solver after each round of cut addition
οƒ˜ Intermediate LP optima are half-integral
Outline
 Cutting Plane Method for Integer Programs
 Perfect Matching and Linear Constraints
 Results and Techniques
οƒ˜ New Cutting Plane Algorithm for Matching
οƒ˜ Analysis Overview
• Half-integral Structure
• Progress
 Coupling with a new Combinatorial Primal-Dual Algorithm for Matching
New Cutting Plane Algorithm
Primal - 𝑃𝐹
Min 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ 𝐹
π‘₯≥0
Dual - 𝐷𝐹
Max 𝑆∈𝑉∪𝐹 Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪𝐹:𝑒𝑣∈𝛿 𝑆
1
Р𝑆 ≥0∀𝑆 ∈ 𝐹
1. Perturb the integral cost function by adding 𝑖 to edge 𝑖
2
2. Starting LP. Bipartite relaxation (𝐹 = ∅)
3. Repeat until π‘₯ is integral
(a) Retain old cuts. Find a specific dual optimal solution Рto 𝐷𝐹 .
𝐻 ′ = 𝑆 ∈ 𝐹: Р𝑆 > 0
(b) Choose new cuts.
(c) Re-solve LP. Find an optimal solution π‘₯ to 𝑃𝐹
To ensure
|Р𝑆uniqueness
−Ππ‘π‘Ÿπ‘’π‘£ 𝑆 of
|
Min 𝑆∈𝐹
intermediate
optima
|𝑆|
Final integral optimum to
perturbed cost function is
also optimum to original
cost function
An Example
𝐹 = {𝑆1 , 𝑆2 , 𝑆3 }
Р𝑆1 > 0
x 𝑒 =1
𝐻 ′ = 𝑆1 , 𝑆3
x 𝑒 =1
x 𝑒 =1
x 𝑒 =1
x 𝑒 =1 2
Р𝑆2 = 0
Р𝑆3 > 0
New Cutting Plane Algorithm
Primal - 𝑃𝐹
Min 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ 𝐹
π‘₯≥0
Dual - 𝐷𝐹
Max 𝑆∈𝑉∪𝐹 Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪𝐹:𝑒𝑣∈𝛿 𝑆
1
Р𝑆 ≥0∀𝑆 ∈ 𝐹
1. Perturb the integral cost function by adding 𝑖 to edge 𝑖
2
2. Starting LP. Bipartite relaxation (𝐹 = ∅)
3. Repeat until π‘₯ is integral
(a) Retain old cuts. Find a specific dual optimal solution Рto 𝐷𝐹 .
𝐻 ′ = 𝑆 ∈ 𝐹: Р𝑆 > 0
(b) Choose new cuts.
(c) Re-solve LP. Find an optimal solution π‘₯ to 𝑃𝐹
An Example
𝐢
𝐹 = {𝑆1 , 𝑆2 , 𝑆3 }
Р𝑆1 > 0
x 𝑒 =1
𝐻 ′ = 𝑆1 , 𝑆3
x 𝑒 =1
𝐻 ′′ = 𝐢
x 𝑒 =1
x 𝑒 =1
𝐢
x 𝑒 =1 2
Р𝑆2 = 0
Р𝑆3 > 0
New Cutting Plane Algorithm
Primal - 𝑃𝐹
Min 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ 𝐹
π‘₯≥0
Dual - 𝐷𝐹
Max 𝑆∈𝑉∪𝐹 Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪𝐹:𝑒𝑣∈𝛿 𝑆
Р𝑆 ≥0∀𝑆 ∈ 𝐹
1
1. Perturb the integral cost function by adding 𝑖 to edge 𝑖
2
2. Starting LP. Bipartite relaxation (𝐹 = ∅)
3. Repeat until π‘₯ is integral
(a) Retain old cuts. Find a specific dual optimal solution Рto 𝐷𝐹 .
𝐻 ′ = 𝑆 ∈ 𝐹: Р𝑆 > 0
(b) Choose new cuts. For each cycle 𝐢 ∈ supp π‘₯ , define 𝐢 as the union of 𝑉 𝐢 and the
inclusionwise maximal sets of 𝐻′ intersecting 𝑉 𝐢
𝐻 ′′ = {𝐢: 𝐢 ∈ supp π‘₯ }
(c) Set the new 𝐹 = 𝐻 ′ ∪ 𝐻′′
(d) Re-solve LP. Find an optimal solution π‘₯ to 𝑃𝐹
Analysis Overview
 Laminarity: Intermediate LPs are defined by a laminar family 𝐹 of odd sets
𝑛
[⇒At most 2 odd-set inequalities in intermediate LPs]
(i) Structural Guarantee: Intermediate LP optima are half-integral and
supported by a disjoint union of odd cycles and edges
[⇒Cut-generation in 𝑂(𝑛) time]
(ii) Progress: The number of odd cycles odd(π‘₯) in the support of the intermediate
LP optima π‘₯
οƒ˜ Non-increasing
οƒ˜ Decreases by one in at most
𝑛
2π‘œπ‘‘π‘‘ π‘₯
rounds of cut addition
[⇒Number of rounds of cut addition is 𝑂 𝑛 log 𝑛 ]
Analysis Overview
(ii) Cut Retention: If odd π‘₯ remains the same in iterations 𝑖, 𝑖 + 1, … , 𝑗 then all cuts
(ii)
Progress:
The𝑖,number
cycles odd(π‘₯)
in the
added
in iterations
𝑖 + 1, …of, 𝑗odd
are retained
upto the
𝑗’thsupport
iterationof the intermediate
LP optima π‘₯
οƒ˜ Non-increasing
One cut for each cycle ⇒ In 𝑗’th iteration, number of cuts ≥ j − 𝑖 odd π‘₯
𝑛
𝑛
οƒ˜ Decreases
in at most
rounds
of cutinequalities)
addition in any iteration ≤
Laminarityby⇒one
Maximum
number
of cuts
(odd-set
2π‘œπ‘‘π‘‘ π‘₯
2
𝑛
[⇒Number of rounds of cut addition𝑗 −
is 𝑂
𝑛 log
𝑖 π‘œπ‘‘π‘‘
π‘₯ 𝑛≤]
2
𝑛
𝑗≤𝑖+
2π‘œπ‘‘π‘‘(π‘₯)
Analysis Overview
(i) Half-integral Structure: Intermediate LP optima are half-integral and
supported by a disjoint union of odd cycles and edges
(ii) Cut Retention: If odd π‘₯ remains the same in iterations 𝑖, 𝑖 + 1, … , 𝑗 then all cuts
added in iterations 𝑖, 𝑖 + 1, … , 𝑗 are retained upto the 𝑗’th iteration
Half-integral Structure
 Conjecture 0: All intermediate solutions are Half-integral
 Conjecture 1: Half-integral if odd-set inequalities correspond
to a laminar family
1
3
1
2
1
2
1
2
𝑐𝑒 = 1 ∀𝑒
1
2
1
2
1
2
1
2
1
2
𝟐
3
1
2
1
2
Hey look – the optima are not unique!
1
3
1
3
1
3
𝟐
3
1
3
𝟐
3
1
3
𝟐
3
1
3
Half-integral Structure
 Conjecture 2: Half-integral if the optimum is unique and
odd-set inequalities correspond to a laminar family
Half-integral Structure
Primal - 𝑃𝐹
Min 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ 𝐹
π‘₯≥0
Dual - 𝐷𝐹
Max 𝑆∈𝑉∪𝐹 Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪𝐹:𝑒𝑣∈𝛿 𝑆
Р𝑆 ≥0∀𝑆 ∈ 𝐹
 Lemma: If π‘₯ is unique, 𝐹 is laminar, and 𝐷𝐹 has an F-critical dual optimal solution, then
π‘₯ is half-integral
 Definition. Π is a F-critical dual solution to 𝐷𝐹 if ∀𝑆 ∈ 𝐹: Π(𝑆) > 0,
the induced graph over 𝑆 using the tight edges wrt Π is 𝐹-factor-critical
𝑇1
οƒ˜ For every 𝑒 ∈ 𝑆, there exists a perfect matching 𝑀𝑒


𝑀𝑒 covers all vertices in 𝑆 βˆ– 𝑒
𝑀𝑒 ∩ 𝛿 𝑇
≤ 1 ∀ 𝑇 ∈ 𝐹, 𝑇 ⊆ 𝑆
𝑆
𝑇2
Half-integral Structure
Say we have a primal-dual optimal pair π‘₯, Π such that Π is F-critical.
𝑒
Р𝑣
1/4
𝑣
1/4
Р𝑆
𝑆
1/4
1/4
1/2
Р𝑆 >0
Tight Edge
1/2
π‘₯′′
π‘₯ 𝑒 =
1
3
π‘₯ 𝑒 =
2
3
• Projection of primal-dual optimal pair gives primal-dual optimal pair in the contracted instance
• The image π‘₯′ of π‘₯ in the contracted graph is the unique optimum in the contracted instance
οƒ˜ Extend π‘₯′′ to an optimal solution 𝑦 in the original graph satisfying all constraints
οƒ˜ Since π‘₯ is unique, 𝑦 = π‘₯
Half-integral Structure
Say we have a primal-dual optimal pair π‘₯, Π such that Π is F-critical.
1/4
𝑆
𝑒
𝑣Р𝑣
1/4
1/4
1/2
1/4
+1/2
1/41/4
Р𝑆
1/4
1/2
1/4
1/4
1/4
1/4
1/2
1/2
1/4
1/4
1/4+1/2
π‘₯′′
• Projection of primal-dual optimal pair gives primal-dual optimal pair in the contracted instance
• The image π‘₯′ of π‘₯ in the contracted graph is the unique optimum in the contracted instance
οƒ˜ isExtend
π‘₯′′ tothen
an optimal
• If π‘₯’
half-integral
so is π‘₯ solution 𝑦 in the original graph satisfying all constraints
οƒ˜ we
Since
π‘₯ is unique,
= Ππ‘₯ 𝑆 > 0, the image π‘₯′ is the unique optimal solution to the
• Once
contract
all 𝑆 ∈𝑦 𝐹:
bipartite relaxation ⇒ π‘₯′ is half-integral
New Cutting Plane Algorithm
Primal - 𝑃𝐹
Min 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ 𝐹
π‘₯≥0
Dual - 𝐷𝐹
Max 𝑆∈𝑉∪𝐹 Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪𝐹:𝑒𝑣∈𝛿 𝑆
Р𝑆 ≥0∀𝑆 ∈ 𝐹
1
1. Perturb the integral cost function by adding 𝑖 to edge 𝑖
2
2. Starting LP. Bipartite relaxation (𝐹 = ∅)
3. Repeat until π‘₯ is integral
(a) Retain old cuts. Find a specific dual optimal solution Рto 𝐷𝐹 .
𝐻 ′ = 𝑆 ∈ 𝐹: Р𝑆 > 0
(b) Choose new cuts. For each cycle 𝐢 ∈ supp π‘₯ , define 𝐢 as the union of 𝑉 𝐢 and the
inclusionwise maximal sets of 𝐻′ intersecting 𝑉 𝐢
𝐻 ′′ = {𝐢: 𝐢 ∈ supp π‘₯ }
(c) Set the new 𝐹 = 𝐻 ′ ∪ 𝐻′′
(d) Re-solve LP. Find an optimal solution π‘₯ to 𝑃𝐹
Analysis Overview
(i) Half-integral Structure: Intermediate LP optima are half-integral and
supported by a disjoint union of odd cycles and edges
(ii) Cut Retention: If odd π‘₯ remains the same in iterations 𝑖, 𝑖 + 1, … , 𝑗 then all cuts
added in iterations 𝑖, 𝑖 + 1, … , 𝑗 are retained upto the 𝑗’th iteration
Proof of Cut Retention: Coupling with the intermediate solutions of a
Half-Integral Primal-Dual Algorithm for matching
οƒ˜ The choice of specific dual optimal solution to retain cuts comes from this coupling
Edmonds’ Algorithm (Bipartite)
Primal - 𝑃𝐹
Max 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ π’ͺ
π‘₯≥0
Dual - 𝐷𝐹
Min 𝑆∈𝑉∪π’ͺ Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪π’ͺ:𝑒𝑣∈𝛿 𝑆
Р𝑆 ≥0∀𝑆 ∈ π’ͺ
+
• Maintain a dual feasible solution and a primal infeasible solution
+
+
• Primal solution is on tight edges (dual constraint is tight)
+
+
+
+
+
+
+
+
+
• Dual solution uses only sets from some laminar family 𝐹
• Build alternating trees from exposed vertices using tight edges
−
−
• If there is a primal-augmenting path (alternating path between two exposed vertices), then augment
the primal
• If not, modify the dual - Increase dual values on nodes at even distance from exposed nodes and
decrease on nodes at odd distance simultaneously while maintaining dual feasibility
• New edges will become tight wrt dual
• Proof of optimality: Complementary slackness
• Proof of poly-time: either support of primal solution or alternating tree increases in size
+
+
+
+
Edmonds’ Algorithm (Non-bipartite)
Primal - 𝑃𝐹
Max 𝑒𝑣∈𝐸 𝑐𝑒𝑣 π‘₯𝑒𝑣
π‘₯ 𝛿 𝑒 = 1 ∀𝑒 ∈ 𝑉
π‘₯ 𝛿 𝑆 ≥ 1 ∀𝑆 ∈ π’ͺ
π‘₯≥0
𝑆
Dual - 𝐷𝐹
Min 𝑆∈𝑉∪π’ͺ Π(𝑆)
Π(𝑆) ≤ 𝑐(𝑒𝑣) ∀𝑒𝑣 ∈ 𝐸
𝑆∈𝑉∪π’ͺ:𝑒𝑣∈𝛿 𝑆
Blossom
Р𝑆 ≥0∀𝑆 ∈ π’ͺ
𝑆

Alternating path starting and ending at the same exposed vertex

If such a path exists, then
οƒ˜ contract the blossom
οƒ˜ add the vertex set 𝑆 of the blossom to 𝐹 with Р𝑆 = 0

While modifying dual: If Р𝑆 decreases to zero, then deshrink the node 𝑆, remove 𝑆 from 𝐹
and continue
Edmonds’ Algorithm (Non-bipartite)
 Proof of optimality: Complementary slackness
 Proof of poly-time:
οƒ˜ If a set S is shrunk, then it is never deshrunk before the next augmentation
οƒ˜ Number of steps between any two primal-augmentation is 𝑂(𝑛)
• Between primal-augmentations, the algorithm can
- Either grow alternating tree
- Or shrink a blossom
- Or deshrink a blossom
Half-Integral Primal-Dual Algorithm
Edmonds’ Algorithm
Half-Integral Algorithm
ο‚— Intermediate Primal – integral
ο‚— Intermediate Primal – half-integral
ο‚— Unique way to augment primal
ο‚— 3 ways to augment primal
ο‚— Build an alternating tree using tight edges and
ο‚— Build an alternating tree using tight edges and
repeatedly attempt to augment primal and
change dual values until there are no more
exposed nodes
repeatedly attempt to augment primal and
change dual values until there are no more
exposed nodes
ο‚— Deshrink if dual value on a set decreases to
ο‚— Deshrink if dual value on a set decreases to
zero
ο‚— Shrink if a set forms a blossom
zero
ο‚— Augment primal if a set forms a blossom
Half-Integral Primal-Dual Algorithm
Primal Augmentations
1
2
1
2
1
2
1
2
1
2
1
2
Half-Integral Primal-Dual Algorithm
Edmonds’ Algorithm
Half-Integral Algorithm
ο‚— Intermediate Primal – integral
ο‚— Intermediate Primal – half-integral
ο‚— Unique way to augment primal
ο‚— 3 ways to augment primal
ο‚— Build an alternating tree using tight edges and
ο‚— Build an alternating tree using tight edges and
repeatedly attempt to augment primal and
change dual values until there are no more
exposed
nodes
Node
Covering Phase
repeatedly attempt to augment primal and
change dual values until there are no more
exposed nodes
ο‚— Deshrink if dual value on a set decreases to
ο‚— Deshrink if dual value on a set decreases to
zero
zero
ο‚— Shrink if a set forms a blossom
Cycle Shrinking Phase
ο‚— Augment primal if a set forms a blossom
ο‚— After covering all exposed nodes, shrink all
odd cycles to exposed nodes and proceed
again until no more odd cycles
Half-Integral Primal-Dual Algorithm
Primal Augmentations
1
2
1
2
1
2
1
2
1
2
1
2
Half-Integral Primal-Dual Algorithm
 Optimality: Complementary slackness
 Poly-time convergence:
οƒ˜ Each Node Covering Phase is poly-time
[consists of primal augmentation, deshrinking or extension of alternating trees]
οƒ˜ At the end of a Node Covering Phase,
•
the number of odd cycles in the primal is non-increasing
•
if the number of odd cycles is non-decreasing, then any set that is shrunk stays shrunk
[similar to the even/odd parity argument for Edmonds’ algorithm]
οƒ˜ Laminarity ⇒ the number of odd cycles should decrease in at most
Phases
𝑛
2
Cycle Shrinking
Future Directions
 Implications of the Dual-based cut-retention procedure for other
poly-time solvable combinatorial problems
οƒ˜ Combinatorial polytopes with Chvátal rank one (Edmonds-Johnson matrices)
 Efficient cutting plane algorithms for optimization over
οƒ˜ two-matroid-intersection polytope
οƒ˜ subtour elimination polytope
Questions?
Thank you
Download