precoloring extension on chordal graphs
play

Precoloring extension on chordal graphs D aniel Marx Budapest - PowerPoint PPT Presentation

Precoloring extension on chordal graphs D aniel Marx Budapest University of Technology and Economics dmarx@cs.bme.hu Graph Theory 2004, July 59, Paris Precoloring extension on chordal graphs p.1/16 Precoloring extension


  1. Precoloring extension on chordal graphs D´ aniel Marx Budapest University of Technology and Economics dmarx@cs.bme.hu Graph Theory 2004, July 5–9, Paris Precoloring extension on chordal graphs – p.1/16

  2. Precoloring extension Generalization of vertex coloring: given a partial coloring, extend it to the whole graph using k colors. Example for k = 3 : Example for k = 2 : Cannot be extended! Precoloring extension on chordal graphs – p.2/16

  3. Precoloring extension (cont.) Vertex coloring is a special case of precoloring extension (P R E XT ). P R E XT is polynomial time solvable for P R E XT is NP -complete for complements of bipartite graphs bipartite graphs cographs line graphs of bipartite graphs split graphs line graphs of planar graphs trees interval graphs partial k -trees Precoloring extension on chordal graphs – p.3/16

  4. The special case 1- P R E XT 1-P R E XT : every color occurs at most once in the precoloring. In general, not easier than P R E XT : the vertices precolored with the same color can be identified. Precoloring extension on chordal graphs – p.4/16

  5. The special case 1- P R E XT 1-P R E XT : every color occurs at most once in the precoloring. In general, not easier than P R E XT : the vertices precolored with the same color can be identified. Precoloring extension on chordal graphs – p.4/16

  6. The special case 1- P R E XT 1-P R E XT : every color occurs at most once in the precoloring. In general, not easier than P R E XT : the vertices precolored with the same color can be identified. Precoloring extension on chordal graphs – p.4/16

  7. The special case 1- P R E XT 1-P R E XT : every color occurs at most once in the precoloring. In general, not easier than P R E XT : the vertices precolored with the same color can be identified. Precoloring extension on chordal graphs – p.4/16

  8. The special case 1- P R E XT 1-P R E XT : every color occurs at most once in the precoloring. In general, not easier than P R E XT : the vertices precolored with the same color can be identified. However, 1-P R E XT can be easier for a restricted graph class: P R E XT for interval graphs is NP -hard [Bir´ o, Hujter, Tuza, 1992], even if every interval has the same length [M. 2003]. 1-P R E XT is polynomial-time solvable for interval graphs [Bir´ o, Hujter, Tuza, 1992]. Precoloring extension on chordal graphs – p.4/16

  9. An application Example: Assign aircrafts (colors) to the different flights (time intervals). Precoloring extension on chordal graphs – p.5/16

  10. An application Example: Assign aircrafts (colors) to the different flights (time intervals). Precoloring extension on chordal graphs – p.5/16

  11. An application Example: Assign aircrafts (colors) to the different flights (time intervals). Interval coloring is linear time solvable ⇒ linear time algorithm for scheduling. The problem is NP -hard if there are preassigned flights (P R E XT ). If each aircraft has a preassigned maintenance interval, then the problem can be solved in polynomial time (1-P R E XT ). Precoloring extension on chordal graphs – p.5/16

  12. Chordal graphs Question: [Bir´ o, Hujter, Tuza] Is it possible to generalize the 1-P R E XT algorithm for chordal graphs? Our main result: 1-P R E XT is polynomial-time solvable for chordal graphs . A graph is chordal if it does not contain induced cycles longer than 3. Interval graphs are chordal. Intersection graphs of intervals on a line ⇔ interval graphs. Intersection graphs of subtrees in a tree ⇔ chordal graphs. Chordal graphs are perfect. Precoloring extension on chordal graphs – p.6/16

  13. Tree decomposition Every chordal graph can be built using the following operations. We consider chordal graphs with a distinguished clique. Add: attach a new vertex to the clique. Forget: remove a vertex from the clique. Join: identify the cliques of two chordal graphs. Precoloring extension on chordal graphs – p.7/16

  14. Coloring chordal graphs Tree decomposition gives a method of coloring chordal graphs. Main idea: before the join operation we can permute the colors such that the clique has the same coloring in both graphs. This approach does not work if there are precolored vertices: precolored precolored The two colorings cannot be joined! Precoloring extension on chordal graphs – p.8/16

  15. Precoloring extension Idea 1: For each subgraph appearing in the construction of the chordal graph, list all possible colorings that can appear on the distinguished clique in a precoloring extension. The graphs can be joined if they have colorings that agree on the clique. The colors outside the clique are not important. Problem: There can be too many (exponentially many) colorings. Precoloring extension on chordal graphs – p.9/16

  16. Colorings of the clique For a subgraph H , let C H be those colors that are used in the precoloring inside H . precolored We do not have to distinguish between and since colors not in C H can be freely permuted. Precoloring extension on chordal graphs – p.10/16

  17. Colorings of the clique For a subgraph H , let C H be those colors that are used in the precoloring inside H . precolored We do not have to distinguish between and since colors not in C H can be freely permuted. either: outside H no vertex is We do not have to distinguish between and precolored with C H (1-P R E XT !), thus the colors can be freely permuted. Idea 2: The only important thing in a coloring of the clique is which vertices receive colors from C H , and which vertices receive colors not in C H . Precoloring extension on chordal graphs – p.10/16

  18. The set system Let H be a graph with a distinguished clique K . Set system S ( H, K ) contains S ⊆ K if and only if there is a precoloring extension on H such that vertices in S receive colors from C H , vertices not in S receive colors not in C H . Example: x y K z C H = { • , • } Precoloring extension on chordal graphs – p.11/16

  19. The set system Let H be a graph with a distinguished clique K . Set system S ( H, K ) contains S ⊆ K if and only if there is a precoloring extension on H such that vertices in S receive colors from C H , vertices not in S receive colors not in C H . Example: x y K z C H = { • , • } Precoloring extension on chordal graphs – p.11/16

  20. The set system Let H be a graph with a distinguished clique K . Set system S ( H, K ) contains S ⊆ K if and only if there is a precoloring extension on H such that vertices in S receive colors from C H , vertices not in S receive colors not in C H . Example: x y K { y, z } { x, y } z C H = { • , • } { y, z } { x, y } S ( H, K ) = { { x, y } , { y, z } } Precoloring extension on chordal graphs – p.11/16

  21. Representing the set systems For each subgraph H appearing in the tree decomposition, we determine the set system S ( H, K ) . Problem: Size of S ( H, K ) can be exponentially large. Precoloring extension on chordal graphs – p.12/16

  22. Representing the set systems For each subgraph H appearing in the tree decomposition, we determine the set system S ( H, K ) . Problem: Size of S ( H, K ) can be exponentially large. Idea 3: The set system S ( H, K ) can be compactly represented by network flows. Sets in S ( H, K ) the clique K � Maximum flows in the network sinks Precoloring extension on chordal graphs – p.12/16

  23. Representing the set systems For each subgraph H appearing in the tree decomposition, we determine the set system S ( H, K ) . Problem: Size of S ( H, K ) can be exponentially large. Idea 3: The set system S ( H, K ) can be compactly represented by network flows. Sets in S ( H, K ) the clique K � Maximum flows in the network sinks 1 1 1 0 0 0 Precoloring extension on chordal graphs – p.12/16

  24. Representing the set systems For each subgraph H appearing in the tree decomposition, we determine the set system S ( H, K ) . Problem: Size of S ( H, K ) can be exponentially large. Idea 3: The set system S ( H, K ) can be compactly represented by network flows. Sets in S ( H, K ) the clique K � Maximum flows in the network sinks 0 0 0 0 1 1 Precoloring extension on chordal graphs – p.12/16

  25. Representing the set systems For each subgraph H appearing in the tree decomposition, we determine the set system S ( H, K ) . Problem: Size of S ( H, K ) can be exponentially large. Idea 3: The set system S ( H, K ) can be compactly represented by network flows. the clique K Sets in S ( H, K ) � sinks Maximum flows in the network 0 0 0 0 1 1 Theorem: S ( H, K ) is the projection of the basis set of a matroid. Precoloring extension on chordal graphs – p.12/16

  26. Building the networks When we build the graph with the add , forget , and join operations, we can build at the same time the networks representing the set systems. G In the case of join , we use the following lemma: G 1 S ∈ S ( G, K ) � S can be partitioned into S 1 and S 2 such that S 1 ∈ S ( G 1 , K ) and S 2 ∈ S ( G 2 , K ) (+ some technical condition holds) G 2 Precoloring extension on chordal graphs – p.13/16

  27. Building the networks When we build the graph with the add , forget , and join operations, we can build at the same time the networks representing the set systems. In the case of join , we use the following lemma: S ∈ S ( G, K ) � S can be partitioned into S 1 and S 2 such that S 1 ∈ S ( G 1 , K ) and S 2 ∈ S ( G 2 , K ) (+ some technical condition holds) S ( G 1 , K ) S ( G 2 , K ) Precoloring extension on chordal graphs – p.13/16

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