an exact eth tight algorithm for euclidean tsp
play

An Exact ETH-Tight Algorithm for Euclidean TSP Mark de Berg Hans - PowerPoint PPT Presentation

An Exact ETH-Tight Algorithm for Euclidean TSP Mark de Berg Hans Bodlaender Sndor Kisfaludi-Bak Sudeshna Kolay Shonan Workshop March 8, 2019 1 / 29 The Traveling Salesman Problem TSP Given a complete graph with edge weights, find the


  1. An Exact ETH-Tight Algorithm for Euclidean TSP Mark de Berg Hans Bodlaender Sándor Kisfaludi-Bak Sudeshna Kolay Shonan Workshop March 8, 2019 1 / 29

  2. The Traveling Salesman Problem TSP Given a complete graph with edge weights, find the shortest round trip that visits all vertices exactly once. 2 / 29

  3. The Traveling Salesman Problem TSP Given a complete graph with edge weights, find the shortest round trip that visits all vertices exactly once. 2 . 3 0 . 6 1 2 . 2 1 . 3 1 . 1 1 . 9 0 . 4 3 0 . 8 2 / 29

  4. TSP History Who? When What Runtime Menger ’30 TSP O ( n !) 3 / 29

  5. TSP History Who? When What Runtime Menger ’30 TSP O ( n !) Held–Karp, O (2 n n 2 ) ’62 TSP Bellmann 3 / 29

  6. Euclidean TSP Euclidean TSP Given n points in R d , find the shortest round trip that visits all of them. 4 / 29

  7. Euclidean TSP Euclidean TSP Given n points in R d , find the shortest round trip that visits all of them. (1 , 2) √ 2 1 √ 5 √ 5 (1 , 1) (2 , 1) 1 1 √ 2 √ 5 √ 2 (2 , 0) 2 (0 , 0) 4 / 29

  8. Applications • Logistics • Microchips (printing/drilling) • Astronomy (pointing the telescope) • Robotics • ... 5 / 29

  9. Solving TSP • Exact methods in practice (e.g., ILP’s, matching upper and lower bound heuristics, . . . ) • Approximation: PTAS by Arora and by Mitchell, improved by Rao and Smith (’98-’99) • This talk focus on worst case time of exact algorithms 6 / 29

  10. Computational model How hard is it to test for integers a 1 , . . . , a r , b 1 , . . . , b s if � r s � � √a i ≤ b j i =1 j =1 ????????????????????????????????????????? 7 / 29

  11. Exact Euclidean TSP Runtime R 2 , ( R d ) Who? When What Menger ’30 TSP O ( n !) Held–Karp, O (2 n n 2 ) ’62 TSP Bellmann 8 / 29

  12. Exact Euclidean TSP Runtime R 2 , ( R d ) Who? When What Menger ’30 TSP O ( n !) Held–Karp, O (2 n n 2 ) ’62 TSP Bellmann n O ( √n ) Kann, ETSP R 2 ’92-’93 Hwang–Chang–Lee 8 / 29

  13. Exact Euclidean TSP Runtime R 2 , ( R d ) Who? When What Menger ’30 TSP O ( n !) Held–Karp, O (2 n n 2 ) ’62 TSP Bellmann n O ( √n ) Kann, ETSP R 2 ’92-’93 Hwang–Chang–Lee n O ( √n ) , ( n O ( n 1 − 1 /d ) ) ETSP R d Smith–Wormald ’98 8 / 29

  14. Contribution Earlier: n O ( n 1 − 1 /d ) = 2 O ( n 1 − 1 /d log n ) algorithm and 2 Ω( n 1 − 1 /d− ε ) lower bound. 9 / 29

  15. Contribution Earlier: n O ( n 1 − 1 /d ) = 2 O ( n 1 − 1 /d log n ) algorithm and 2 Ω( n 1 − 1 /d−ε ) lower bound. We have settled the asymptotics of the exponent under the Exponential Time Hypothesis (ETH). ETH: there is no 2 o ( n ) algorithm for 3SAT. 9 / 29

  16. Contribution Earlier: n O ( n 1 − 1 /d ) = 2 O ( n 1 − 1 /d log n ) algorithm and 2 Ω( n 1 − 1 /d−ε ) lower bound. We have settled the asymptotics of the exponent under the Exponential Time Hypothesis (ETH). ETH: there is no 2 o ( n ) algorithm for 3SAT. Theorem (Main) F or any fixed d , there is a 2 O ( n 1 − 1 /d ) algorithm for Euclidean TSP in R d . All algorithms need 2 Ω( n 1 − 1 /d ) time under ETH. 9 / 29

  17. Contribution Earlier: n O ( n 1 − 1 /d ) = 2 O ( n 1 − 1 /d log n ) algorithm and 2 Ω( n 1 − 1 /d−ε ) lower bound. We have settled the asymptotics of the exponent under the Exponential Time Hypothesis (ETH). ETH: there is no 2 o ( n ) algorithm for 3SAT. Theorem (Main) F or any fixed d , there is a 2 O ( n 1 − 1 /d ) algorithm for Euclidean TSP in R d . All algorithms need 2 Ω( n 1 − 1 /d ) time under ETH. Theorem There is a 2 O ( √n ) algorithm for Euclidean TSP in R 2 . All algorithms need 2 Ω( √n ) time under ETH. 9 / 29

  18. On the lower bounds Theorem (Main) F or any fixed d , all algorithms for Euclidean TSP in R d need 2 Ω( n 1 − 1 /d ) time under ETH. Follows from B–B–K–Marx–v.d.Zanden ’18 for Ham. Cycle in Z d . 1. ETH with sparsification 2. Embedding of 3-SAT formula in d-dimensional space, and 3. modifying existing NP-hardness proof of Hamiltonian Circuit: 3-SAT in d-dimensional space → HC in d-dim space 4. Building / modifying gadgets 10 / 29

  19. Contribution Theorem (Main) F or any fixed d , there is a 2 O ( n 1 − 1 /d ) algorithm for Euclidean TSP in R d . All algorithms need 2 Ω( n 1 − 1 /d ) time under ETH. Main ideas: 1. Balanced separating point set with a square (or cube) 2. Recursively separating gives tree structure 3. Packing property guarantees that ‘few edges in solution cross cube boundary’ 4. Bounding the number of candidate sets of edges across a separator: twiggling square 5. Bounding the number of ways endpoints of these edges are connected (matchings): small representative set with rank based approach 11 / 29

  20. The packing property Could this tour be optimal? 12 / 29

  21. The packing property Could this tour be optimal? → No, it can be shortened. 12 / 29

  22. The packing property Could this tour be optimal? → No, it can be shortened. σ Definition SideLen( σ ) A segment set has the packing property if for any square σ , there are only O (1) segments of length at least SideLen( σ ) / 2 intersected by int( σ ) . 12 / 29

  23. Using the packing property Lemma The segments of an optimal TSP tour in R d have the packing property. 13 / 29

  24. Using the packing property Lemma The segments of an optimal TSP tour in R d have the packing property. Already observed by Kann (’92) and Smith-Wormald (’98). Idea behind algorithm: • Find separator square σ intersected by O ( √n ) tour segments • Solve subproblems recursively From Packing property: such separator exists! 13 / 29

  25. The separator approach (in R 2 ) 14 / 29

  26. The separator approach (in R 2 ) σ 1. Find a square σ such that (a) σ partitions P into subsets P in and P out in a balanced way and (b) σ intersects O ( √n ) segments of the (unknown) optimal tour 14 / 29

  27. The separator approach (in R 2 ) σ 1. Find a square σ such that (a) σ partitions P into subsets P in and P out in a balanced way and (b) σ intersects O ( √n ) segments of the (unknown) optimal tour 2. For each possible set S of tour segments intersecting σ (possible guesses of S are the candidate sets) 14 / 29

  28. The separator approach (in R 2 ) σ σ p q 1. Find a square σ such that (a) σ partitions P into subsets P in and P out in a balanced way and (b) σ intersects O ( √n ) segments of the (unknown) optimal tour 2. For each possible set S of tour segments intersecting σ (possible guesses of S are the candidate sets) 3. For all matchings outside, recursively solve inside 14 / 29

  29. The separator approach (in R 2 ) σ σ p q 1. Find a square σ such that (a) σ partitions P into subsets P in and P out in a balanced way and (b) σ intersects O ( √n ) segments of the (unknown) optimal tour 2. For each possible set S of tour segments intersecting σ (possible guesses of S are the candidate sets) 3. For all matchings outside, recursively solve inside 4. For all matchings inside, recursively solve outside 14 / 29

  30. The separator approach (in R 2 ) σ σ p q 1. Find a square σ such that (a) σ partitions P into subsets P in and P out in a balanced way and (b) σ intersects O ( √n ) segments of the (unknown) optimal tour 2. For each possible set S of tour segments intersecting σ (possible guesses of S are the candidate sets) 3. For all matchings outside, recursively solve inside 4. For all matchings inside, recursively solve outside Running time: # of candidate sets × # of matchings 14 / 29

  31. Bottleneck 1: number of candidate sets × Running time: # of candidate sets # of matchings σ intersects O ( √n ) tour segments. 15 / 29

  32. Bottleneck 1: number of candidate sets × Running time: # of candidate sets # of matchings σ intersects O ( √n ) tour segments. We have � � n � � = 2 Θ( √n log n ) candidate sets... 2 ≃ c√n This is tight for known separator theorems. 15 / 29

  33. Resolving Bottleneck 1: Pushing the packing property further S has the packing property. σ 1 16 / 29

  34. Resolving Bottleneck 1: Pushing the packing property further S has the packing property. Split S into length classes: � � � σ � 2 i− 1 √n ≤ s < 2 i � S i := s ∈ S √n � Guess each S i separately. 1 16 / 29

  35. Resolving Bottleneck 1: Pushing the packing property further S has the packing property. Split S into length classes: σ � � � � 2 i− 1 √n ≤ s < 2 i � S i := s ∈ S √n 2 i +1 /√n � Guess each S i separately. S i is inside annulus of width 2 i +1 √n . 16 / 29

  36. Resolving Bottleneck 1: Pushing the packing property further S has the packing property. Split S into length classes: σ � � � � 2 i− 1 √n ≤ s < 2 i � S i := s ∈ S √n 2 i +1 /√n � Guess each S i separately. S i is inside annulus of width 2 i +1 √n . Few guesses for S i ⇔ few pts in the i -th annulus. We need sparse annuli around σ . 16 / 29

  37. The separator theorem in R 2 P i := pts of P at distance ≤ 2 i /√n from σ P − 1 P 1 P 0 σ σ σ 17 / 29

  38. The separator theorem in R 2 P i := pts of P at distance ≤ 2 i /√n from σ P − 1 P 1 P 0 σ σ σ Theorem Given P ⊂ R 2 , there is a balanced separator σ such that |P i ( σ ) | ≤ c i √n , and σ can be found in polynomial time. 17 / 29

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend