61
A constant-factor approximation algorithm for the asymmetric travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski cole Polytechnique Fd rale de Lausanne

A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

A constant-factor approximation

algorithm for the asymmetric travelling salesman problem

London School of Economics

Joint work with

Ola Svensson and Jakub Tarnawski

cole Polytechnique

Fd rale de Lausanne

Page 2: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Travelling salesman problem

• One of the best known NP-hard optimization problems

• Studied since the 19th century

• Symmetric TSP:

, = , ∀ ,

• Asymmetric TSP:

, ≠ ,

is possible

UK pub tour

[Cook et al., 2015]

Given n cities and their pairwise distances,

find a shortest tour visiting all n cities.

Triangle inequality: , , + , ∀ , ,

Page 3: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Symmetric vs Asymmetric TSP

Symmetric TSP

• 1.5-approximation algorithm [Christofides ’76]

• Graphic TSP: unweighted graph shortest path metric

• Current best 1.4 following

Page 4: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Symmetric vs Asymmetric TSP

Asymmetric TSP

• log

-approximation algorithm [Frieze, Galbiati & Maffioli ’82]

• 0.99

log

• 0.84

log

[Kaplan, Lewenstein, Shafrir & Sviridenko ’03]

• 0.67

log

[Feige & Singh ’07]

• lo g lo g lo g

[Asadpour, Goemans, M dry, Oveis Gharan & Saberi ’10]

via thin trees.

Page 5: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Asymmetric TSP – recent developements

• log log

bound on integrality gap of LP [Anari & Oveis Gharan ’15]

Constant-factor approximations:

• Bounded genus graphs [Oveis Gharan & Saberi ’11]

• Node-weighted graphs [Svensson ’15]

• Graphs with 2 edge weights [Svensson, Tarnawski & V. ’16]

Our result: constant-factor approximation for general ATSP

with respect to the Held-Karp relaxation.

Page 6: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

ATSP – Graphic formulation

• Tour = closed walk visiting every vertex at least once = = Eulerian and connected edge multiset

• Eulerian:

� =

∀ �

• Subtour = closed walk (not necessarily connected)

Input: directed graph = � ,

, edge weights : → ℝ +

Find a minimum weight tour

.

100

4

5 3

3

1

1

1

In-degree & out-degree in F

Page 7: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

ATSP – Graphic formulation

• Tour = closed walk visiting every vertex at least once = = Eulerian and connected edge multiset

• Eulerian:

� =

∀ �

• Subtour = closed walk (not necessarily connected)

Input: directed graph = � ,

, edge weights : → ℝ +

Find a minimum weight tour

.

100

4

5 3

3

1

1

1

In-degree & out-degree in F

Page 8: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Held-Karp relaxation

• Input: = � ,

, edge weights : → ℝ +.

• Variables

� : E → ℝ + : multiplicity of selecting edge

.

minimize

subject to

� = ∀ � ∀ ⊊ � , ≠ ∅

Eulerian degree

constraints

Subtour elimination

constraints

Undirected degree: = � +

Page 9: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Held-Karp relaxation

• Input: = � ,

, edge weights : → ℝ +.

• Variables

� : E → ℝ + : multiplicity of selecting edge

.

minimize

subject to

� = ∀ � ∀ ⊊ � , ≠ ∅

• Can be solved in

polynomial time

• Integrality gap

[Charikar, Goemans

& Karloff ’06]

Page 10: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Pick any two… integral

connected Eulerian

cycle

cover ATSP

spanning

tree

Held-Karp

Page 11: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Pick any two… integral

connected Eulerian

cycle

cover ATSP

spanning

tree

Held-Karp

Page 12: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Repeated cycle cover algorithm [Frieze, Galbiati & Maffioli ’82]

Relaxing connectivity:

1. Find minimum weight cycle cover

2. Contract and repeat

• Each cycle cover has cost

• Overall

log

rounds

• log

approximation

Page 13: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Node-weighted case [Svensson’15]

Directed graph = � , , node weights ℎ : � → ℝ + , = ℎ + ℎ ∀ ,

Local-Connectivity ATSP: relaxing connectivity constraints to local

�-light algorithm for

Local-Connectivity ATSP

+ �-approximation

for ATSP

Theorem [Svensson’15]

There exists a polytime +

)-

approximation for node-weighted ATSP.

Page 14: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

Vertebrate pairs

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson ’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Page 15: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

Vertebrate pairs

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson ’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Page 16: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Dual of the Held-Karp relaxation

minimize ⊤

subject to

� = ∀ �

∀ ∅ ≠ ⊊ �

maximize ∅ ≠ ⊊ � subject to : , � + � − � , ∀ ,

• Dual can be solved in polynomial time.

• One can efficiently find an optimal � , such that the support of

is

a laminar family of sets. Efficient uncrossing [Karzanov’96]

Page 17: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Laminarly weighted ATSP: ℐ = , ℒ , ,

minimize ⊤

subject to

� = ∀ �

∀ ∅ ≠ ⊊ �

• : directed graph

• ℒ: laminar family of sets

: feasible Held-Karp solution

tight on every set in ℒ: = ∀

:

ℒ → ℝ +

12

3

8 1

5

4 2

maximize ∅ ≠ ⊊ � subject to : , � + � − � , ∀ ,

4

2

Page 18: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Laminarly weighted ATSP: ℐ = , ℒ , ,

minimize ⊤

subject to

� = ∀ �

∀ ∅ ≠ ⊊ �

• : directed graph

• ℒ: laminar family of sets

: feasible Held-Karp solution

tight on every set in ℒ: = ∀

:

ℒ → ℝ +

12

3

8 1

5

4 2

Induced weight function: , = : , �

25

maximize ∅ ≠ ⊊ � subject to : , � + � − � , ∀ ,

4

2

Page 19: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Laminarly weighted ATSP: ℐ = , ℒ , ,

minimize ⊤

subject to

� = ∀ �

∀ ∅ ≠ ⊊ �

• : directed graph

• ℒ: laminar family of sets

: feasible Held-Karp solution

tight on every set in ℒ: = ∀

:

ℒ → ℝ +

12

3

8 1

5

4 2

Induced weight function: , = : , �

23

maximize ∅ ≠ ⊊ � subject to : , � + � − � , ∀ ,

4

2

Page 20: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Reduction to laminarly weighted ATSP

• Start with any

and . • Compute Held-Karp

optimal solution and

dual

supported on laminar family

• Delete all edges with � = .

Observations:

• Optimal solutions and optimum value are

the same for

and for ′ , = , + � − �

• All remaining edges have ′ , =

:

,

maximize ∅ ≠ ⊊ � subject to : , � + � − � , ∀ ,

Page 21: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson ’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Vertebrate pairs

Page 22: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Vertebrate pairs

Vertebrate pair ℐ ,

• ℐ = , ℒ , ,

instance

: backbone = subtour that crosses every nonsingleton set in

Page 23: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Vertebrate pairs

• We will reduce general ATSP to solving ATSP for a vertebrate pair ℐ ,

with

= (more or less…)

• Solve Local-Connectivity ATSP on such instances, and apply [Svensson’15]

Page 24: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP [Svensson’15]

Instance ℐ = , ℒ , ,

with induced weights : → ℝ +

Lower bound function

lb : � →

ℝ + with lb � =

Input: partition of the vertex set

� = � � ⋯ � �

� �

� �

Page 25: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP [Svensson’15]

Instance ℐ = , ℒ , ,

with induced weights w : → ℝ +

Lower bound function

lb : � →

ℝ + with lb � =

Input: partition of the vertex set

� = � � ⋯ � �

Output: Eulerian edge set

with

� � >

for each

� �

� �

� �

Page 26: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP [Svensson’15]

Instance ℐ = , ℒ , ,

with induced weights w : → ℝ +

Lower bound function lb : � → ℝ + with lb � =

Input: partition of the vertex set � = � � ⋯ � �

Output: Eulerian with � � >

for each � � �-light algorithm: for every component of

, lb � �

Every component pays for itself locally

Page 27: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP [Svensson’15]

Theorem [Svensson’15]

There exists a polytime +

)-

approximation for node-weighted ATSP.

�-light algorithm for

Local-Connectivity ATSP

+ �-approximation

for ATSP

Page 28: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: node-weighted case

• Instance ℐ = , ℒ , ,

, with ℒ containing only singletons (ignore

) , = { } + { } • Define

lb = { } ∀ �

• Partition

� = � � ⋯ � � all strongly connected

• Modify

and

, and solve an integer circulation problem

� � 0.5

0.75 0.5

0.25

0.75

0.75

0.5

Page 29: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: node-weighted case

• Instance ℐ = , ℒ , ,

, with ℒ containing only singletons (ignore

) , = { } + { } • Define

lb = { } ∀ �

• Partition

� = � � ⋯ � � all strongly connected

• Modify

and

, and solve an integer circulation problem

� � 0.25

0.375 0.25

0.125

0.375

0.375

0.25

• For each � � , create auxiliary vertex � � • Reroute 1 fractional unit of incoming

and outgoing flow

to � � • Solve integer circulation problem

routing =1 unit through each � � • Map back to original

� �

Page 30: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: node-weighted case

• The rerouted

is feasible to the circulation problem of weight

• Flow integrality: there exists integer solution of weight

• After mapping back, every vertex with

> has in-degree

• For a component

, = { } + { } , � { } �

• lb � = { } �

⟹ 2-light algorithm

� � 0.25

0.375 0.25

0.125

0.375

0.375

0.25 � �

Page 31: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: one nonsingular set in ℒ

• Vertebrate pair ℐ , . Assume ℒ has a single non-singleton

component . Thus, , = { } + + ,

{

} +

{

} ,

• Define l b = { } � ∖ �

� �

• lb � = , since

=

)

Page 32: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: one nonsingular set in ℒ

• By assumption, � = =1

• Backbone property: there is a node

� �

• Simple flow argument: we can route the incoming 1 unit of flow to to s

Page 33: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: one nonsingular set in ℒ

• Partition � = � � ⋯ � �

• Add backbone

into Eulerian set

.

• Via flow splitting, force all edges entering

to proceed to

� �

• Create auxiliary vertices

� � as before

• Solve integral circulation problem, and add solution to

.

Page 34: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Local-Connectivity ATSP: one nonsingular set in ℒ

Analysis

• For all components

not crossing S,

/ lb �

exactly

as in the node-weighted case

• Giant component

containing

.

• Contains all edges crossing

• Has lower bound lb � lb � =

)

)

• Therefore solution is

-light.

• Same approach extends to arbitrary

ℒ : enforce that every subtour crossing a set in

ℒ must intersect the backbone.

Page 35: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

Vertebrate pairs

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Page 36: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Motivation: reducing by contraction

• All sets in the family ℒ are singletons: node-weighted ATSP

• Would like to reduce the problem by contracting nonsingleton sets in

Page 37: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Motivation: reducing by contraction

• All sets in the family ℒ are singletons: node-weighted ATSP

• Would like to reduce the problem by contracting nonsingleton sets in

Page 38: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Motivation: reducing by contraction

• All sets in the family ℒ are singletons: node-weighted ATSP

• Would like to reduce the problem by contracting nonsingleton sets in

Page 39: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

• Irreducible set S ℒ:

There exists ,

such that the shortest path between

and

inside

visits almost

all sets � ⊆ , �

• Irreducible instance ℐ = , ℒ , , :

all sets in ℒ are

irreducible

Irreducible instances

Page 40: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Irreducible instances

• Irreducible set S ℒ:

There exists ,

such that the shortest path between

and

inside

visits almost

all sets � ⊆ , �

• Irreducible instance ℐ = , ℒ , , :

all sets in ℒ are

irreducible

Page 41: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Irreducible instances

• Reducible set S ℒ: For every pair ,

, there is a cheap path connecting them (if they are connected).

• Reducible sets can be contracted.

Theorem:

polytime �-approximation for irreducible instances ⟹

polytime �-approximation for arbitrary instances

Page 42: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

Vertebrate pairs

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson ’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Page 43: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Vertebrate pairs

Vertebrate pair ℐ ,

• ℐ = , ℒ , ,

instance

: backbone = subtour that crosses every nonsingleton set in

Page 44: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Finding a vertebrate pair in an irreducible instance ℐ = , ℒ , ,

1. Obtain a node-weighted instance by contracting all maximal sets in ℒ

2. Use [Svensson ’15] to find a tour here, and blow it back to a subtour in the original instance ℐ in a pessimistic way:

inside each maximal S ℒ,

crosses . �

3. If it crosses every set in

ℒ, then

ℐ ,

is a vertebrate pair

4. Otherwise, recurse by contracting all maximal sets in

ℒ not crossed by .

This works because their total weight is . � ℐ

Page 45: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Roadmap General ATSP

Laminarly

weighted ATSP Irreducible

instances

Vertebrate pairs

LP duality +

uncrossing

Graph theory:

contractions

Node weighted algorithm

+ contractions

Local-connectivity

ATSP [Svensson ’15]

O(1)-light lcATSP

algorithm in

vertebrate pairs

Page 46: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Summary

• Via all these reductions, we obtain an -approximation algorithm for ATSP.

• Squeezing the arguments a bit more and opening up black boxes, can be probably decreased to a few hundreds.

• Still very far from lower bound 2 on the integrality gap of Held-Karp

Open questions

• Improve to a constant <

• Thin tree conjecture is still open.

• Bottleneck ATSP.

• Better than 3/2 approximation for symmetric TSP.

5500

Page 47: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

• ERC Starting Grant 2018-22

• Openings for post docs and PhD students

http://personal.lse.ac.uk/veghl/scaleopt.html

SCALEOPT Scaling Methods for Discrete

and Continuous Optimization

Thank you!

Page 48: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Simplifying assumption for the talk

Not true in general, but the connected components have a nice path

structure:

Assumption: all sets in the family ℒ are strongly connected in

.

Page 49: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Paths traversing a set

• How much is the weight of connecting an incoming and an outgoing edge in a set

S ℒ? , =

Page 50: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Paths traversing a set

• How much is the weight of connecting an incoming and an outgoing edge in a set

S ℒ? , =

:

,

6

Page 51: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Paths traversing a set

• How much is the weight of connecting an incoming and an outgoing edge in a set

S ℒ? , =

:

,

⊊ + ,

6

3

1

5

Min weight path inside .

Page 52: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Paths traversing a set

• How much is the weight of connecting an incoming and an outgoing edge in a set

S ℒ? , =

:

,

⊊ + , +

:

,

⊊ =

6

3

1

5

3

Page 53: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Paths traversing a set

• How much is the weight of connecting an incoming and an outgoing edge in a set

S ℒ? , =

:

,

⊊ + , +

:

,

⊊ =

6

3

1

5

3 Lemma: ,

⊊ = �

Page 54: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

6

3

1

5

3

Irreducible instances

• Reducible set S ℒ : M ax , , � • Irreducible instance

ℐ = , ℒ , ,

: no set

S ℒ is reducible

Lemma: ,

⊊ = �

Theorem:

polytime �-approximation for

irreducible instances ⟹

polytime �-approximation for

arbitrary instances

Page 55: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Recursive algorithm via contractions

• Instance ℐ = , ℒ , ,

• � ℐ = ⊊ �

=Held-Karp optimum

• : minimal reducible set in

ℒ .

� ℐ =

�-approximation for ℐ = �-approximation on instance by contracting

+ �-approximation of irreducible instance inside

Page 56: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Recursive algorithm via contractions

• Instance ℐ = , ℒ , ,

• � ℐ = ⊊ �

=Held-Karp optimum

• : minimal reducible set in

ℒ .

• ℐ ′ = ℐ /

: contract

in

ℐ.

• → �

• { } = + 8 �

• � ℐ ′ = � ℐ − �

� ℐ =

= + ⋅

� ℐ ′ =

Page 57: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Recursive algorithm via contractions

� ℐ =

� ℐ ′ =

Inductive assumption: We have a

polytime �-approximation for

smaller instances

• Apply recursively on ℐ ′ to obtain

tour ′ ′ � � ℐ ′ = � � ℐ − �

= + ⋅

Page 58: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Contracting

Inductive assumption: We have a

polytime �-approximation for

smaller instances

• Apply recursively on ℐ ′ to obtain

tour ′ ′ � ℐ ′ = � � ℐ − �

• Map back to subtour

in

ℐ with ′

� ℐ ′ =

� ℐ =

= + ⋅

Page 59: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Inducing on

• We add a tour

inside S, using the

�-approximation on irreducible instances.

• ℐ ′ ′: remove S, and contract

� ∖

to

� , with { } = � /

• ℐ ′′ is irreducible.

12=

/2

� ℐ ′′ =

� ℐ =

Page 60: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

� ℐ = • We add a tour

inside S, using

the �-approximation on

irreducible instances.

• ℐ ′ ′: remove S, and contract

� ∖

to

� , with { } = � /

• ℐ ′′ is irreducible.

• Find tour

′′ in

ℐ ′′ with weight ′′ � � ℐ ′′ = � �

12=

/2

Inducing on

Page 61: A constant-factor approximation algorithm for the asymmetric … · 2020. 1. 3. · travelling salesman problem London School of Economics Joint work with Ola Svensson and Jakub Tarnawski

Inducing on

� ℐ = • Find tour

′′ in ℐ ′′ with weight ′′ � � ℐ ′′ = � �

• Map back

′′ to

in

ℐ with � �

is a tour in

� � ℐ − �

+ � � = � � ℐ

12=

/2