maximum independent set in 2 direction outer segment
play

Maximum Independent Set in 2-Direction Outer-Segment Graphs Holger - PowerPoint PPT Presentation

Maximum Independent Set in 2-Direction Outer-Segment Graphs Holger Flier, Mat Mihalk, Peter Widmayer, Anna Zych ETH Zrich 1 The problem: Maximum Independent Set of Segments aligned horizontally or vertically inside a disk with one


  1. Maximum Independent Set in 2-Direction Outer-Segment Graphs Holger Flier, Matúš Mihalák, Peter Widmayer, Anna Zych ETH Zürich 1

  2. The problem: Maximum Independent Set of Segments aligned horizontally or vertically inside a disk with one endpoint on the boundary Output: A subset of segments Input: A set of segments as above pairwise disjoint The problem reduces to Maximum Independent Set (MIS) Problem in corresponding intersection graphs 2

  3. Our result ● MIS (of segments) is polynomial for segments in 2 directions with one endpoint fixed on a boundary of a disk Related results [Kratochvíl, Nešetřil 1990] ● MIS is NP-hard for segments in the plane ● aligned in 2 directions... ● ...or in 3 directions but no two segments in one direction intersect 3

  4. Why this problem? Train station MIS is open for outer-string graphs 4

  5. Easy vs. NP-hard Easy instance: opposite segments do not intersect The intersection graph is bipartite: G =( V , E ) : V = A ∪ B , E ⊆ A × B 5

  6. Easy vs. NP-hard Easy instance: opposite segments do not intersect The intersection graph is bipartite: G =( V , E ) : V = A ∪ B , E ⊆ A × B A: vertical segments 6

  7. Easy vs. NP-hard Easy instance: opposite segments do not intersect The intersection graph is bipartite: G =( V , E ) : V = A ∪ B , E ⊆ A × B A: vertical segments B: horizontal segments 7

  8. Easy vs. NP-hard Easy (bipartite) instance: opposite segments do not intersect The intersection graph is bipartite: G =( V , E ) : V = A ∪ B , E ⊆ A × B A: vertical segments B: horizontal segments E: edges connect intersecting pairs: vertical with horizontal 8 Independent set in bipartite graphs is polynomial!

  9. Easy vs. NP-hard Not easy instance: opposite segments intersect The intersection graph is bipartite plus two matchings: 9 Independent set is NP-hard in such graphs!

  10. Easy vs. NP-hard Easy instance: no horizontal segments (one direction) The intersection graph is a matching : also a bipartite instance 10

  11. 3 side instances Not trivial: solvable in polynomial time with dynamic programming (still to come) 11

  12. General case: Decomposition to simpler instances ● Decompose the input instance into few 3 side instances ● Decomposition is determined by a constant number of segments ● Exhaustively search for the decomposition segments and solve 3 side instances 12

  13. Getting rid of overlaps overlap 13

  14. Getting rid of overlaps Instance of interest: ➢ No overlapping pair of left segments in optimum ➢ No overlapping pair of right segments in optimum This partition is determined by four segments of the optimum 14

  15. Completing the partition into 3 side instances Case 1: an overlapping pair of a left and a right segment 15

  16. Completing the partition into 3 side instances Case 1: an overlapping pair of a left and a right segment √ Case 2: no overlapping pair 16

  17. Completing the partition into 3 side instances Case 1: an overlapping pair of a left and a right segment √ Case 2: no overlapping pair √ The overall partition into 3 side instances is determined by at most six segments 17

  18. The algorithm for 3 side instances ● Bottom side segments of optimum partition the disk into regions: ➢ optimum is the sum of optima within the regions ➢ instances within the regions are bipartite ● Dynamic programming: ➢ to compute a solution for a region, use partial solutions computed for regions contained in it 18

  19. Decomposing 3 side instances 19

  20. Decomposing 3 side instances 20

  21. Decomposing 3 side instances 21

  22. Dynamic Programming MIS [ U i ] is a maximum independent set in D ∖ U i Properties: U i − 1 = U i ∪ B i ∪ T i is determined uniquely U i by a left and a right segment The sweeping process processes the left segments from left to right and the right segments from right to left 22

  23. Dynamic Programming Properties: U i − 1 = U i ∪ B i ∪ T i is determined uniquely U l ,r By (left) and (right segment) s r s l The sweeping process processes the left segments from left to right and the right segments from right to left MIS [ U l ,r ] D ∖ U l ,r is a maximum independent set in : MIS [ U 0,0 ]= 0 MIS [ U l ,r ]= max l ' < l : s l ' ≥ s l ( MIS [ U l ' , r ]+ OPT ( T l )+ OPT ( B l )) 23

  24. Open Problems ● MIS in outer-segment graphs for segments aligned in more than 2 directions ● MIS in outer-string graphs 24

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