Connected Dominating Set and Short Cycles

109
Connected Dominating Set and Short Cycles

description

 

Transcript of Connected Dominating Set and Short Cycles

Page 1: Connected Dominating Set and Short Cycles

Connected Dominating Set and Short Cycles

Page 2: Connected Dominating Set and Short Cycles

Connected Dominating Set and Short Cycles

Joint work with Geevarghese Philip, Venkatesh Ramanand Saket Saurabh

The Institute of Mathematical Sciences, Chennai

Page 3: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial KernelsNo Polynomial Kernels, but FPT

W-hard

e impact of excluding short cycles.

Page 4: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial KernelsNo Polynomial Kernels, but FPT

W-hard

e impact of excluding short cycles.

Page 5: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial KernelsNo Polynomial Kernels, but FPT

W-hard

Girth: at least seven

Page 6: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial Kernels (> 7)No Polynomial Kernels, but FPT

W-hard

Girth: five or six

Page 7: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial Kernels (> 7)No Polynomial Kernels, but FPT (5, 6)

W-hard

Girth: at most four

Page 8: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial Kernels (> 7)No Polynomial Kernels, but FPT (5, 6)

W-hard (6 4)

Girth: at least seven

Page 9: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial Kernels (> 7)No Polynomial Kernels, but FPT (5, 6)

W-hard (6 4)

e longer the cycles we exclude, the easier the problem becomes to solve.

Page 10: Connected Dominating Set and Short Cycles

Talk Outline

Polynomial Kernels (> 7)No Polynomial Kernels, but FPT (5, 6)

W-hard (6 4)

e longer the cycles we exclude, the easier the problem becomes to solve.

Page 11: Connected Dominating Set and Short Cycles

Part 1

Why Its Usefulto not have short cycles

Page 12: Connected Dominating Set and Short Cycles

Consider the problem of domination:

Find a subset of at most k vertices S such that every v ∈ V is either in S orhas a neighbor in S.

Let us consider graphs of girth at least five.We begin by examining vertices of degree more than k.

Page 13: Connected Dominating Set and Short Cycles

Consider the problem of domination:

Find a subset of at most k vertices S such that every v ∈ V is either in S orhas a neighbor in S.

Let us consider graphs of girth at least five.We begin by examining vertices of degree more than k.

Page 14: Connected Dominating Set and Short Cycles

Consider the problem of domination:

Find a subset of at most k vertices S such that every v ∈ V is either in S orhas a neighbor in S.

Let us consider graphs of girth at least five.

We begin by examining vertices of degree more than k.

Page 15: Connected Dominating Set and Short Cycles

Consider the problem of domination:

Find a subset of at most k vertices S such that every v ∈ V is either in S orhas a neighbor in S.

Let us consider graphs of girth at least five.We begin by examining vertices of degree more than k.

Page 16: Connected Dominating Set and Short Cycles

Who dominates the neighbors of the red vertex?

Does there exist a dominating set of size at most k that does not includethe red vertex?

Page 17: Connected Dominating Set and Short Cycles

Who dominates the neighbors of the red vertex?Does there exist a dominating set of size at most k that does not include

the red vertex?

Page 18: Connected Dominating Set and Short Cycles

Who dominates the neighbors of the red vertex?Clearly, it is not the case that each one dominates itself.

Page 19: Connected Dominating Set and Short Cycles

Who dominates the neighbors of the red vertex?Clearly, it is not the case that each one dominates itself.

Page 20: Connected Dominating Set and Short Cycles

Either a vertex from within the neighborhood dominates at least two ofvertices...

Page 21: Connected Dominating Set and Short Cycles
Page 22: Connected Dominating Set and Short Cycles
Page 23: Connected Dominating Set and Short Cycles

or a vertex from “outside” the neighborhood dominates at least two of thevertices...

Page 24: Connected Dominating Set and Short Cycles
Page 25: Connected Dominating Set and Short Cycles
Page 26: Connected Dominating Set and Short Cycles

High Degree Vertices

On graphs that have girth at least five:

Any vertex of degree more than k belongs to any dominating set of size atmost k.

Page 27: Connected Dominating Set and Short Cycles

Notice that the number of reds is at most k and the number of blues is atmost k2.

Page 28: Connected Dominating Set and Short Cycles

Greens in the neighborhood of a blue vertex cannot have a common redneighbor.

Page 29: Connected Dominating Set and Short Cycles

us, for every blue vertex, there are at most k green vertices.

Page 30: Connected Dominating Set and Short Cycles

vertices that have been dominated that have no edges into blue are irrelevant.

Page 31: Connected Dominating Set and Short Cycles

So now all is bounded, and we have a happy ending: a kernel on at most

O(k+ k2 + k3)

vertices.

Page 32: Connected Dominating Set and Short Cycles

Part 2

FPT Algorithmsand Polynomial Kernels

Page 33: Connected Dominating Set and Short Cycles

In the connected dominating set situation, we have to backtrack a smallway in the story so far to see what fails, and how badly.

Page 34: Connected Dominating Set and Short Cycles

High Degree Vertices

On graphs that have girth at least five:

connected

Any vertex of degree more than k belongs to any dominating set of size atmost k.

Page 35: Connected Dominating Set and Short Cycles

High Degree Vertices

On graphs that have girth at least five:

connectedAny vertex of degree more than k belongs to any dominating set of size at

most k.

Page 36: Connected Dominating Set and Short Cycles

Notice that the number of reds is at most k and the number of blues isagain at most k2.

Page 37: Connected Dominating Set and Short Cycles

Greens in the neighborhood of a blue vertex cannot have a common redneighbor.

Page 38: Connected Dominating Set and Short Cycles

us, for every blue vertex, there are at most k green vertices.

Page 39: Connected Dominating Set and Short Cycles

vertices that have been dominated that have no edges into blue are irrelevant.

Page 40: Connected Dominating Set and Short Cycles

vertices that have been dominated that have no edges into blue are irrelevant.

Not any more...

Page 41: Connected Dominating Set and Short Cycles

any connected dom set contains a minimal dom set

that resides in the bounded part of the graph.

Page 42: Connected Dominating Set and Short Cycles

Now we know what to do:

Guess the minimal dominating set.

Extend it to a connected dominating set by an application of a SteinerTree algorithm.

is is evidently FPT. What about kernels?

Page 43: Connected Dominating Set and Short Cycles

Now we know what to do:

Guess the minimal dominating set.

Extend it to a connected dominating set by an application of a SteinerTree algorithm.

is is evidently FPT. What about kernels?

Page 44: Connected Dominating Set and Short Cycles

Now we know what to do:

Guess the minimal dominating set.

Extend it to a connected dominating set by an application of a SteinerTree algorithm.

is is evidently FPT. What about kernels?

Page 45: Connected Dominating Set and Short Cycles

Now we know what to do:

Guess the minimal dominating set.

Extend it to a connected dominating set by an application of a SteinerTree algorithm.

is is evidently FPT.

What about kernels?

Page 46: Connected Dominating Set and Short Cycles

Now we know what to do:

Guess the minimal dominating set.

Extend it to a connected dominating set by an application of a SteinerTree algorithm.

is is evidently FPT. What about kernels?

Page 47: Connected Dominating Set and Short Cycles

It turns out that if G did not admit cycles of length six and less, then thenumber of green vertices can be bounded.

And we will show (later) that on graphs of girth five, connecteddominating set is unlikely to admit polynomial kernels.

Page 48: Connected Dominating Set and Short Cycles

It turns out that if G did not admit cycles of length six and less, then thenumber of green vertices can be bounded.

And we will show (later) that on graphs of girth five, connecteddominating set is unlikely to admit polynomial kernels.

Page 49: Connected Dominating Set and Short Cycles

Low Degree Vertices

If there is blue pendant vertex, make its neighbor red.

If there is a green vertex that is pendant, delete it.

If there is a blue vertex that is isolated, say no.

Page 50: Connected Dominating Set and Short Cycles
Page 51: Connected Dominating Set and Short Cycles
Page 52: Connected Dominating Set and Short Cycles
Page 53: Connected Dominating Set and Short Cycles

no pair 'sees' more than one vertex.

Page 54: Connected Dominating Set and Short Cycles
Page 55: Connected Dominating Set and Short Cycles
Page 56: Connected Dominating Set and Short Cycles

So now the green vertices are bounded:

• At most O(k3) with at least one neighbor in the blues,

• At most O(k2) with only red neighbors,

• At most O(k2) with no blue neighbors and at least one whiteneighbor.

is gives us a O(k3) vertex kernel.

Page 57: Connected Dominating Set and Short Cycles

So now the green vertices are bounded:

• At most O(k3) with at least one neighbor in the blues,

• At most O(k2) with only red neighbors,

• At most O(k2) with no blue neighbors and at least one whiteneighbor.

is gives us a O(k3) vertex kernel.

Page 58: Connected Dominating Set and Short Cycles

The Hard Part

Infeasibility of Polynomial Kernelizationand W-hardness

Page 59: Connected Dominating Set and Short Cycles

Introducing...

F C C

NP-complete F FPT F Compositional

Ready for reduction!

Page 60: Connected Dominating Set and Short Cycles

Introducing...

F C C

NP-complete F FPT F Compositional

Ready for reduction!

Page 61: Connected Dominating Set and Short Cycles

Introducing...

F C C

NP-complete F FPT F Compositional

Ready for reduction!

Page 62: Connected Dominating Set and Short Cycles

Introducing...

F C C

NP-complete F FPT F Compositional

Ready for reduction!

Page 63: Connected Dominating Set and Short Cycles

Promise: Every vertex has degree at most one intoany color class, and every color class is independent.

Question: Does there exist a colorful tree?

Page 64: Connected Dominating Set and Short Cycles

Add global vertices (with guards) to each of the color classes. subdividethe edges,

add a global vertex for the newly added vertices (with guards).

Page 65: Connected Dominating Set and Short Cycles

Between a pair of color classes:

• subdivide the edges,• add a global vertex for the newly added vertices (with guards).

Page 66: Connected Dominating Set and Short Cycles

Between a pair of color classes:• subdivide the edges,

• add a global vertex for the newly added vertices (with guards).

Page 67: Connected Dominating Set and Short Cycles

Between a pair of color classes:• subdivide the edges,• add a global vertex for the newly added vertices

(with guards).

Page 68: Connected Dominating Set and Short Cycles

Between a pair of color classes:• subdivide the edges,• add a global vertex for the newly added vertices (with guards).

Page 69: Connected Dominating Set and Short Cycles

For vertices that don’t look inside the neighboring color class, add a path oflength two to the global vertex. add a global vertex for the newly added

vertices (with guards).

Page 70: Connected Dominating Set and Short Cycles

Here is (1/k2)th of the full picture. subdivide the edges,add a global vertex for the newly added vertices (with guards).

Page 71: Connected Dominating Set and Short Cycles

Notice that we have ended up with a bipartite graph... subdivide the edges,add a global vertex for the newly added vertices (with guards).

Page 72: Connected Dominating Set and Short Cycles

....with a cycle of length six. subdivide the edges,add a global vertex for the newly added vertices (with guards).

Page 73: Connected Dominating Set and Short Cycles

Suppose we have a colorful tree in the source instance.

Page 74: Connected Dominating Set and Short Cycles

Consider the same subset.

Page 75: Connected Dominating Set and Short Cycles

(along with the subdivided vertices along the edges of the tree)

Page 76: Connected Dominating Set and Short Cycles

is is a connected subset, but not dominating.

Page 77: Connected Dominating Set and Short Cycles

To fix this, add all the global vertices to this set.

Page 78: Connected Dominating Set and Short Cycles

ere are k+(k2

)such vertices.

Page 79: Connected Dominating Set and Short Cycles

Now we have a dominating set, but it’s not connected any more!

Page 80: Connected Dominating Set and Short Cycles

Let’s look more closely.

Page 81: Connected Dominating Set and Short Cycles

e vertices global to color classes are connected to the tree.

Page 82: Connected Dominating Set and Short Cycles

Some of the other vertices are connected too!

Page 83: Connected Dominating Set and Short Cycles

Each of the rest corresponds to a non-edge in the tree,

Page 84: Connected Dominating Set and Short Cycles

for which we add the path of length two to the picture.

Page 85: Connected Dominating Set and Short Cycles

e size of the connected dominating set thus obtained is:

Page 86: Connected Dominating Set and Short Cycles

e size of the connected dominating set thus obtained is:

2(k2

)+ 2k

Page 87: Connected Dominating Set and Short Cycles

e size of the connected dominating set thus obtained is:

2(k2

)+ 2k

Two vertices for every pair of original vertices in the tree.(A global vertex, and a neighbor.)

Page 88: Connected Dominating Set and Short Cycles

e size of the connected dominating set thus obtained is:

2(k2

)+ 2k

Two vertices for every original vertex in the tree:itself, and the corresponding global vertex.

Page 89: Connected Dominating Set and Short Cycles

And that works out to...

2(k2

)+ 2k

= k2 + k

Page 90: Connected Dominating Set and Short Cycles

Let S be a connected dominating set of size at most:(k

2

)+

(k

2

)+ k+ k

Page 91: Connected Dominating Set and Short Cycles

Let S be a connected dominating set of size at most:(k

2

)+

(k

2

)+ k+ k

Of course, global vertices are forced in S, because of the guard vertices.

Page 92: Connected Dominating Set and Short Cycles

Let S be a connected dominating set of size at most:(k

2

)+

(k

2

)+ k+ k

Since S is a connected subset, each of these vertices have at least oneneighbor in S.

Page 93: Connected Dominating Set and Short Cycles

Let S be a connected dominating set of size at most:(k

2

)+

(k

2

)+ k+ k

Since S is a connected subset, each of these vertices have at least oneneighbor in S.

Because of the budget, each of them have...

Page 94: Connected Dominating Set and Short Cycles

Let S be a connected dominating set of size at most:(k

2

)+

(k

2

)+ k+ k

Since S is a connected subset, each of these vertices have exactly oneneighbor in S.

Because of the budget, each of them have...

Page 95: Connected Dominating Set and Short Cycles

us, the dominating set picks exactly one vertex from each color class.

• Neglect the global vertices and “subdivision vertices” of degree one, tobe left with a connected subtree with subdivided edges.

• is can be easily pulled back to a colorful tree of the original graph.

Page 96: Connected Dominating Set and Short Cycles

us, the dominating set picks exactly one vertex from each color class.

• Neglect the global vertices and “subdivision vertices” of degree one, tobe left with a connected subtree with subdivided edges.

• is can be easily pulled back to a colorful tree of the original graph.

Page 97: Connected Dominating Set and Short Cycles

us, the dominating set picks exactly one vertex from each color class.

• Neglect the global vertices and “subdivision vertices” of degree one, tobe left with a connected subtree with subdivided edges.

• is can be easily pulled back to a colorful tree of the original graph.

Page 98: Connected Dominating Set and Short Cycles

e W-hardness result.

Page 99: Connected Dominating Set and Short Cycles

G

A dominating set

instance

Page 100: Connected Dominating Set and Short Cycles

G

We begin by

making a copy of the graph.

Page 101: Connected Dominating Set and Short Cycles

G G

Page 102: Connected Dominating Set and Short Cycles

en, for every edge in G, we stretch it across the copies.

Page 103: Connected Dominating Set and Short Cycles

en, for every edge in G, we stretch it across the copies.

Page 104: Connected Dominating Set and Short Cycles

Finally, add a new vertex to each copy,with one of them global to the other copy.

Page 105: Connected Dominating Set and Short Cycles

Any old dominating set + new global vertex= new connected dominating set.

Page 106: Connected Dominating Set and Short Cycles

Any new dominating set contains the newly addedglobal vertex WLOG.

Page 107: Connected Dominating Set and Short Cycles

Consider now the vertices of thenew connected dominating set.

Page 108: Connected Dominating Set and Short Cycles

Observe that they form a dominating set of G.

Page 109: Connected Dominating Set and Short Cycles

Takk