• Nem Talált Eredményt

Minimum sum multicoloring on the edges of planar graphs and partial k -trees

N/A
N/A
Protected

Academic year: 2022

Ossza meg "Minimum sum multicoloring on the edges of planar graphs and partial k -trees"

Copied!
26
0
0

Teljes szövegt

(1)

Minimum sum multicoloring on the edges of planar graphs and partial k -trees

D ´aniel Marx

Budapest University of Technology and Economics

dmarx@cs.bme.hu

Workshop on Approximation and Online Algorithms 14th September, 2004

Bergen, Norway

(2)

Minimum sum multicoloring

Given: a graph G(V, E), and demand function x: V → N

Find: an assignment of x(v) colors (integers) to every vertex v, such that neighbors receive disjoint sets

Finish time: f(v) of vertex v is the largest color assigned to it in the coloring.

Goal: Minimize P

vV f(v), the sum of the coloring.

(3)

Minimum sum multicoloring

Given: a graph G(V, E), and demand function x: V → N

Find: an assignment of x(v) colors (integers) to every vertex v, such that neighbors receive disjoint sets

Finish time: f(v) of vertex v is the largest color assigned to it in the coloring.

Goal: Minimize P

vV f(v), the sum of the coloring.

1

3 1

1 2

2

(4)

Minimum sum multicoloring

Given: a graph G(V, E), and demand function x: V → N

Find: an assignment of x(v) colors (integers) to every vertex v, such that neighbors receive disjoint sets

Finish time: f(v) of vertex v is the largest color assigned to it in the coloring.

Goal: Minimize P

vV f(v), the sum of the coloring.

1

3 1

1 2

2

1,4

2,5 1 2

1,4,5

3

(5)

Minimum sum multicoloring

Given: a graph G(V, E), and demand function x: V → N

Find: an assignment of x(v) colors (integers) to every vertex v, such that neighbors receive disjoint sets

Finish time: f(v) of vertex v is the largest color assigned to it in the coloring.

Goal: Minimize P

vV f(v), the sum of the coloring.

1

3 1

1 2

2

2,5 ,5 1 1 2 2

Sum of the coloring:

5 + 1 + 2 + 4 + 3 + 5 = 20

(6)

Edge coloring version

Assign x(e) colors to each edge e, minimize the sum of the finish times of the edges.

Each color can appear at most once at a vertex.

Line graph: in the line graph of G there is one vertex for each edge of G, vertices corresponding to adjacent edges are connected.

Edge coloring is the same as coloring the line graph of the graph.

(7)

Approximation schemes

[Halldórsson et al. 2003] PTAS for the minimum sum multicoloring of trees.

[Halldórsson and Kortsarz 2002] PTAS for the minimum sum multicoloring of partial k-trees and planar graphs.

[M. 2003] PTAS for the minimum sum edge multicoloring of trees.

[This paper] PTAS for the minimum sum edge multicoloring of partial k-trees and planar graphs.

(8)

Approximation schemes

[Halldórsson et al. 2003] PTAS for the minimum sum multicoloring of trees.

[Halldórsson and Kortsarz 2002] PTAS for the minimum sum multicoloring of partial k-trees and planar graphs.

[M. 2003] PTAS for the minimum sum edge multicoloring of trees.

bounded degree trees / almost bounded degree trees / arbitrary trees

[This paper] PTAS for the minimum sum edge multicoloring of partial k-trees and planar graphs.

bounded degree partial k-trees / almost bounded degree partial k-trees / arbitrary partial k-trees / planar graphs

Definition: a graph has almost bounded degree if it has bounded degree after deleting the degree 1 nodes.

(9)

Partial k -trees

k-trees are defined recursively:

A k-clique is a k-tree.

Attaching a vertex to a k-clique of a k-tree gives another k-tree.

Every k-tree can be obtained with these two rules.

Partial k-tree: subgraph of a k-tree.

Partial 1-trees = forests

Many problems are efficiently solvable on partial k-trees using dynamic program- ming.

A 2-tree:

(10)

Approximate color sets

Idea: A collection of color sets is assigned to each vertex, such that there is a good approximate coloring using these sets. Then we use dynamic programming to find the best coloring with these sets.

Dynamic programming can be used for partial k-trees:

Trees

X

Partial k-trees

X

Line graph of a tree with max degree d ⇒ partial (d − 1)-tree

X

Line graph of a partial k-tree with max degree d ⇒ [(k + 1)d − 1]-tree

X

There is a more efficient direct algorithm for the edge coloring of trees and partial k-trees, which works even for almost bounded degree graphs.

(11)

Finding approximate color sets

How to construct these collections of color sets?

Trees: Using some easy properties of bipartite graphs.

Partial k-trees: Sophisticated probabilistic arguments (Chernoff’s Bound).

Edges of trees: Greedy algorithm.

Edges of partial k-trees: we use the following theorem:

Theorem: [Kahn, 1996] For every ǫ > 0, there is a constant D(ǫ) such that if a multigraph has maximum degree at least D(ǫ), then its chromatic index is at most (1 + ǫ)-times the fractional chromatic index.

(12)

Rounding the demand

Theorem: If the graph is a tree, then increasing the demand of each edge to the next power of (1 + ε) increases the sum by at most a factor of (1 + ε).

Weaker property:

Theorem: If the graph is a partial k-tree, then increasing the demand of each edge to the next power of (1 + ε) increases the sum by at most a factor of (1 + 2(k + 1)ε).

⇒ we can assume that each demand is of the form (1 + ε)i

(13)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand

(14)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand 1/ε5

(15)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand 1/ε5

12

(16)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand 1/ε5

12

(17)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand 1/ε5

12

Total demand of the small edges is very small, they can be thrown away.

(18)

The Small, the Large, and the Frequent

We orient the edges such that at most k edges leave every vertex.

The edges entering a node are divided into small, large, and frequent edges.

Every demand is of the form (1 + ε)i. Number of edges for each demand size:

. . . 2 3

0 1 of edges

number

log1+ε of demand 1/ε5

12

Total demand of the small edges is very small, they can be thrown away.

At most a constant number (≤ 1/ε7) of large edges enter each vertex.

(19)

Splitting the graph

We split the frequent edges:

At most a constant number of large edges enter each vertex.

The graph is split at the frequent edges.

Almost bounded degree: after

deleting the degree one vertices only the large edges remain.

Thus the PTAS can be used.

(20)

Splitting the graph

We split the frequent edges:

At most a constant number of large edges enter each vertex.

The graph is split at the frequent edges.

Almost bounded degree: after

deleting the degree one vertices only the large edges remain.

Thus the PTAS can be used.

(21)

Conflicts

The following types of conflicts can arise when we restore the frequent edges:

Type 1 Type 2 Type 3 Type 4

frequent–frequent large–frequent frequent–frequent large–frequent

(22)

Type 1 conflicts

v2

v2 v1

v1 u

u

(23)

Type 1 conflicts

v2

v2 v1

v1 u

u

f2. . .fm e1 f1

en. . .e2

Edges e1, . . ., en are identical in every sense, the colors sets can be randomly reordered (similarly for f1, . . . , fm).

(24)

Type 1 conflicts

v2

v2 v1

v1 u

u

f2. . .fm e1 f1

en. . .e2

Edges e1, . . ., en are identical in every sense, the colors sets can be randomly reordered (similarly for f1, . . . , fm).

Ai: the range of colors assigned to ei. The Ai’s do not overlap.

colors A1

B4 B5 B1

A3

A2

B3

A4

B2

(25)

Type 1 conflicts

v2

v2 v1

v1 u

u

f2. . .fm e1 f1

en. . .e2

Edges e1, . . ., en are identical in every sense, the colors sets can be randomly reordered (similarly for f1, . . . , fm).

Ai: the range of colors assigned to ei. The Ai’s do not overlap.

If n and m are large, then with high probability A1

and B1 do not intersect.

With high probability there are only a few conflicts, which can be handled easily.

colors A1

(26)

Conclusions

Problem: edge coloring version of minimum sum multicoloring on trees.

A linear time PTAS for edge coloring partial k-trees. First for almost bounded degree partial k-trees.

PTAS for the edge coloring of planar graphs using Baker’s layering technique.

General techniques useful for multiple problems.

Hivatkozások

KAPCSOLÓDÓ DOKUMENTUMOK

These gadgets are trees with a single pendant edge, and have the following general property: if a coloring is “cheap,” meaning that it has as small error on the internal vertices

Bounded degree trees: In edge coloring bounded degree trees, a constant number of color sets is sufficient for each edge ⇒ linear time PTAS... Bounded

New result: Minimum sum multicoloring is NP-hard on binary trees, even if every demand is polynomially bounded (in the size of the tree).. Returning to minimum

If there is a curve with bounded alternation to the boundary of the component, we can move the terminal to the boundary by introducing a bounded number of new bundles. If there is

NP-hard problems become easier on planar graphs and geometric objects, and usually exactly by a square root factor.. Planar graphs

Clearly, every small and frequent edge becomes a leaf edge in its subtree, thus if every node has at most D large child edges in the tree, then in every subtree each node has at most

We give the first polynomial-time approximation scheme (PTAS) for the Steiner forest problem on planar graphs and, more generally, on graphs of bounded genus.. As a first step, we

Directed Steiner Forest : n O(k) algorithm of [Feldman and Ruhl 2006] is essentially best possible even on planar graphs (assuming