shortcuts for the circle
play

Shortcuts for the Circle Sang Won Bae, Mark de Berg, Otfried Cheong, - PowerPoint PPT Presentation

Shortcuts for the Circle Sang Won Bae, Mark de Berg, Otfried Cheong, Joachim Gudmundsson, Christos Levcopoulos Motivation: Improving a network Given a graph/network/geometric network, how can we improve it with a small budget? Motivation:


  1. Shortcuts for the Circle Sang Won Bae, Mark de Berg, Otfried Cheong, Joachim Gudmundsson, Christos Levcopoulos

  2. Motivation: Improving a network Given a graph/network/geometric network, how can we improve it with a small budget?

  3. Motivation: Improving a network Given a graph/network/geometric network, how can we improve it with a small budget? Here: Reduce the diameter of the network as much as possible by adding a small number k of additional edges.

  4. Motivation: Improving a network Given a graph/network/geometric network, how can we improve it with a small budget? Here: Reduce the diameter of the network as much as possible by adding a small number k of additional edges. ≫ When adding k edges to the n -vertex cycle ( n even), the n diameter of the resulting graph is at least k +2 − 3 , and n there is a way to add k edges to achieve diameter k +2 − 1 [Chung, Garey 1984].

  5. Motivation: Improving a network Given a graph/network/geometric network, how can we improve it with a small budget? Here: Reduce the diameter of the network as much as possible by adding a small number k of additional edges. ≫ When adding k edges to the n -vertex cycle ( n even), the n diameter of the resulting graph is at least k +2 − 3 , and n there is a way to add k edges to achieve diameter k +2 − 1 [Chung, Garey 1984]. ≫ Also algorithmic questions: Find the “best” edge(s) to be added to a given network fast.

  6. Augmenting the circle We study a geometric-graph augmentation problem that has been stripped down to the essence:

  7. Augmenting the circle We study a geometric-graph augmentation problem that has been stripped down to the essence: ≫ Our “graph” is the unit radius circle. Its “vertices” are the infinitely many points on the circle. The distance d ( p, q ) between two points is the length of the shorter arc connecting p and q .

  8. Augmenting the circle We study a geometric-graph augmentation problem that has been stripped down to the essence: ≫ Our “graph” is the unit radius circle. Its “vertices” are the infinitely many points on the circle. The distance d ( p, q ) between two points is the length of the shorter arc connecting p and q . ≫ We are allowed to add k shortcuts, for a given (small) number k .

  9. Augmenting the circle We study a geometric-graph augmentation problem that has been stripped down to the essence: ≫ Our “graph” is the unit radius circle. Its “vertices” are the infinitely many points on the circle. The distance d ( p, q ) between two points is the length of the shorter arc connecting p and q . ≫ We are allowed to add k shortcuts, for a given (small) number k . ≫ A shortcut is a chord of the circle that can be used to connect points on the circle.

  10. Augmenting the circle We study a geometric-graph augmentation problem that has been stripped down to the essence: ≫ Our “graph” is the unit radius circle. Its “vertices” are the infinitely many points on the circle. The distance d ( p, q ) between two points is the length of the shorter arc connecting p and q . ≫ We are allowed to add k shortcuts, for a given (small) number k . ≫ A shortcut is a chord of the circle that can be used to connect points on the circle. ≫ The goal is to minimize the diameter of the resulting “graph”. The diameter is the maximum of d S ( p, q ) over all pairs of points p, q on the circle.

  11. Our results We determine the optimal sets of shortcuts, for up to seven shortcuts.

  12. Our results We determine the optimal sets of shortcuts, for up to seven shortcuts.

  13. Our results We show π = diam(0) = diam(1) > diam(2) > diam(3) > > · · · > diam(6) = diam(7) > diam(8) . We also prove that as k goes to infinity, we have diam( k ) = 2 + Θ(1 /k 2 / 3 ) .

  14. Our results We show π = diam(0) = diam(1) > diam(2) > diam(3) > > · · · > diam(6) = diam(7) > diam(8) . We also prove that as k goes to infinity, we have diam( k ) = 2 + Θ(1 /k 2 / 3 ) . My first paper to come with a Python script to perform numerical calculations: http://github.com/otfried/circle-shortcuts

  15. What one shortcut can do for you Shortcut of length a ∈ [0 , 2] spans angle δ ( a ) a a α ( a ) = 2 arcsin( a 2) . δ ( a ) α ( a ) Set δ ( a ) = ( α ( a ) − a ) / 2 , so that α ( a ) = a + 2 δ ( a ) .

  16. What one shortcut can do for you Shortcut of length a ∈ [0 , 2] spans angle δ ( a ) a a α ( a ) = 2 arcsin( a 2) . δ ( a ) α ( a ) Set δ ( a ) = ( α ( a ) − a ) / 2 , so that α ( a ) = a + 2 δ ( a ) . The shortcut provides a savings of 2 δ ( a ) .

  17. What one shortcut can do for you Shortcut of length a ∈ [0 , 2] spans angle δ ( a ) a a α ( a ) = 2 arcsin( a 2) . δ ( a ) α ( a ) Set δ ( a ) = ( α ( a ) − a ) / 2 , so that α ( a ) = a + 2 δ ( a ) . The shortcut provides a savings of 2 δ ( a ) . δ ( a ) a This leads to a target diameter of π − δ ( a ) . δ ( a )

  18. What one shortcut can do for you Shortcut of length a ∈ [0 , 2] spans angle δ ( a ) a a α ( a ) = 2 arcsin( a 2) . δ ( a ) α ( a ) Set δ ( a ) = ( α ( a ) − a ) / 2 , so that α ( a ) = a + 2 δ ( a ) . The shortcut provides a savings of 2 δ ( a ) . δ ( a ) a This leads to a target diameter of π − δ ( a ) . δ ( a )

  19. What one shortcut can do for you Shortcut of length a ∈ [0 , 2] spans angle δ ( a ) a a α ( a ) = 2 arcsin( a 2) . δ ( a ) α ( a ) Set δ ( a ) = ( α ( a ) − a ) / 2 , so that α ( a ) = a + 2 δ ( a ) . The shortcut provides a savings of 2 δ ( a ) . δ ( a ) a This leads to a target diameter of π − δ ( a ) . δ ( a ) Indeed, the optimal solution for up to six shortcuts uses shortcuts of equal length a and the resulting diameter is π − δ ( a ) .

  20. Umbra and radiance A shortcut of length a has two u 1 a u umbra arcs of length a . Points in the umbra can make no a v 1 use of the shortcut. v Points in the radiance can make full use of the shortcut and v ′ save 2 δ ( a ) . v ′ 1 u ′ a u ′ 1

  21. Example: Two shortcuts δ ( a )

  22. Parameterizing the interesting pairs Fix a target diameter of the form π − δ ∗ . We only need to consider pairs ( p, q ) making an angle in [ π − δ ∗ , π + δ ∗ ] .

  23. Parameterizing the interesting pairs Fix a target diameter of the form π − δ ∗ . We only need to consider pairs ( p, q ) making an angle in [ π − δ ∗ , π + δ ∗ ] . Represent these pairs as the cylinder ( θ, ξ ) for θ ∈ [0 , 2 π ] , ξ ∈ [ − δ ∗ , δ ∗ ] , where p = θ − ξ/ 2 and q = θ + π + ξ/ 2 . p δ ∗ ( θ, ξ ) θ − ξ/ 2 ξ 0 π + ξ p + π + δ ∗ 2 π − δ ∗ q 0 θ π p + π − δ ∗

  24. Parameterizing the interesting pairs Fix a target diameter of the form π − δ ∗ . We only need to consider pairs ( p, q ) making an angle in [ π − δ ∗ , π + δ ∗ ] . Represent these pairs as the cylinder ( θ, ξ ) for θ ∈ [0 , 2 π ] , ξ ∈ [ − δ ∗ , δ ∗ ] , where p = θ − ξ/ 2 and q = θ + π + ξ/ 2 . p δ ∗ ( θ, ξ ) θ − ξ/ 2 ξ 0 π + ξ p + π + δ ∗ 2 π − δ ∗ q 0 θ π p + π − δ ∗ Actually, the “cylinder” is a M¨ obius-strip.

  25. The region of a shortcut Let R ( s ) be the region of pairs ( p, q ) where d s ( p, q ) ≤ π − δ ∗ .

  26. The region of a shortcut Let R ( s ) be the region of pairs ( p, q ) where d s ( p, q ) ≤ π − δ ∗ . Then R ( s ) consists of two rectangles of width π − a − δ ∗ and height 2 min( δ ( a ) , δ ∗ ) . 0 π π/ 2 0 π π/ 2 0 π 0 π π/ 2 π/ 2

  27. The region of a shortcut R ( s ) consists of two rectangles of width π − a − δ ∗ and height 2 min( δ ∗ , δ ( a )) .

  28. The region of a shortcut R ( s ) consists of two rectangles of width π − a − δ ∗ and height 2 min( δ ∗ , δ ( a )) . So its area is � 4 δ ∗ ( π − a − δ ∗ ) for a > a ∗ A ( a, δ ∗ ) = 4 δ ( a )( π − a − δ ∗ ) a ≤ a ∗ for

  29. The region of a shortcut R ( s ) consists of two rectangles of width π − a − δ ∗ and height 2 min( δ ∗ , δ ( a )) . So its area is � 4 δ ∗ ( π − a − δ ∗ ) for a > a ∗ A ( a, δ ∗ ) = 4 δ ( a )( π − a − δ ∗ ) a ≤ a ∗ for Calculus: For a fixed δ ∗ ≤ 0 . 7 , the function a �→ A ( a, δ ∗ ) is increasing for a ≤ a ∗ and decreasing for a ≥ a ∗ . Its maximum value is A ( a ∗ , δ ∗ ) = 4 δ ∗ ( π − a ∗ − δ ∗ ) .

  30. The region of a shortcut R ( s ) consists of two rectangles of width π − a − δ ∗ and height 2 min( δ ∗ , δ ( a )) . So its area is � 4 δ ∗ ( π − a − δ ∗ ) for a > a ∗ A ( a, δ ∗ ) = 4 δ ( a )( π − a − δ ∗ ) a ≤ a ∗ for Calculus: For a fixed δ ∗ ≤ 0 . 7 , the function a �→ A ( a, δ ∗ ) is increasing for a ≤ a ∗ and decreasing for a ≥ a ∗ . Its maximum value is A ( a ∗ , δ ∗ ) = 4 δ ∗ ( π − a ∗ − δ ∗ ) . Let a ∗ k be the unique solution to k ) = k − 1 a ∗ k + δ ( a ∗ π. k

  31. The magic values k a ∗ δ ∗ diam( S ) = π − δ ∗ k k k 2 1.4782 0.0926 3.0490 3 1.8435 0.2509 2.8907 4 1.9619 0.3943 2.7473 5 1.9969 0.5164 2.6252 6 2.0000 0.5708 2.5708

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