CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized...

124
Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work with: Nicolas Bousquet, Daniel Gonc ¸alves, George B. Mertzios, Christophe Paul, St´ ephan Thomass ´ e [an extended abstract has been presented at WG’12] Algorithms Research Group, University of Bergen October 5, 2012 1/28

Transcript of CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized...

Page 1: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Parameterized domination in circle graphs

Ignasi Sau

CNRS, LIRMM, Montpellier, France

Joint work with:Nicolas Bousquet, Daniel Goncalves, George B. Mertzios,

Christophe Paul, Stephan Thomasse[an extended abstract has been presented at WG’12]

Algorithms Research Group, University of BergenOctober 5, 2012

1/28

Page 2: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Outline

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

2/28

Page 3: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next section is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

3/28

Page 4: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

Circle graph: intersection graph of chords in a circle.

4/28

Page 5: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

S

DOMINATING SET: S ⊆ V (G) s.t. each v ∈ V (G) \ S has a neighbor in S.

4/28

Page 6: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

We will impose extra conditions that G[S] must satisfy.

4/28

Page 7: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

CONNECTED DOMINATING SET: G[S] is connected.

4/28

Page 8: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

TOTAL DOMINATING SET: G[S] has no isolated vertices.

4/28

Page 9: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

ACYCLIC DOMINATING SET: G[S] has no cycles.

4/28

Page 10: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

ACYCLIC DOMINATING SET: G[S] has no cycles.

4/28

Page 11: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

INDEPENDENT DOMINATING SET: G[S] has no edges.

4/28

Page 12: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Circle graphs and domination

1

2

3

4

5

6

7 8

1

8

2

3

7

5

6

4

G

G[S]

INDEPENDENT DOMINATING SET: G[S] has no edges.

4/28

Page 13: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

The complexity of some problems in circle graphs

I Circle graphs can be recognized in O(n2) time. [Spinrad. 1994]

I MAXIMUM CLIQUE and MAXIMUM INDEPENDENT SET can besolved in O(n3) time. [Gavril. 1973]

I TREEWIDTH can be solved in O(n3) time. [Kloks. 1996]

I 3-COLORABILITY can be solved in O(n log n) time. [Unger. 1988]

I k -COLORABILITY for k ≥ 4 is NP-complete. [Unger. 1992]

5/28

Page 14: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

The complexity of some problems in circle graphs

I Circle graphs can be recognized in O(n2) time. [Spinrad. 1994]

I MAXIMUM CLIQUE and MAXIMUM INDEPENDENT SET can besolved in O(n3) time. [Gavril. 1973]

I TREEWIDTH can be solved in O(n3) time. [Kloks. 1996]

I 3-COLORABILITY can be solved in O(n log n) time. [Unger. 1988]

I k -COLORABILITY for k ≥ 4 is NP-complete. [Unger. 1992]

5/28

Page 15: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

The complexity of some problems in circle graphs

I Circle graphs can be recognized in O(n2) time. [Spinrad. 1994]

I MAXIMUM CLIQUE and MAXIMUM INDEPENDENT SET can besolved in O(n3) time. [Gavril. 1973]

I TREEWIDTH can be solved in O(n3) time. [Kloks. 1996]

I 3-COLORABILITY can be solved in O(n log n) time. [Unger. 1988]

I k -COLORABILITY for k ≥ 4 is NP-complete. [Unger. 1992]

5/28

Page 16: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Domination in circle graphs

I DOMINATING SET, CONNECTED DOMINATING SET, and TOTAL

DOMINATING SET are NP-complete. [Keil. 1993]

I INDEPENDENT DOMINATING SET is NP-complete. [Damian, Pemmaraju. 1999]

I ACYCLIC DOMINATING SET is in P in interval and propercircular-arc graphs. [Hedetniemi, Hedetniemi, Rall. 2000]

I ACYCLIC DOMINATING SET is in P in bipartite permutation graphs.[Xu, Kang, Shan. 2006]

What about the parameterized complexity of these dominationproblems, when parameterized by the solution size?

6/28

Page 17: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Domination in circle graphs

I DOMINATING SET, CONNECTED DOMINATING SET, and TOTAL

DOMINATING SET are NP-complete. [Keil. 1993]

I INDEPENDENT DOMINATING SET is NP-complete. [Damian, Pemmaraju. 1999]

I ACYCLIC DOMINATING SET is in P in interval and propercircular-arc graphs. [Hedetniemi, Hedetniemi, Rall. 2000]

I ACYCLIC DOMINATING SET is in P in bipartite permutation graphs.[Xu, Kang, Shan. 2006]

What about the parameterized complexity of these dominationproblems, when parameterized by the solution size?

6/28

Page 18: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Domination in circle graphs

I DOMINATING SET, CONNECTED DOMINATING SET, and TOTAL

DOMINATING SET are NP-complete. [Keil. 1993]

I INDEPENDENT DOMINATING SET is NP-complete. [Damian, Pemmaraju. 1999]

I ACYCLIC DOMINATING SET is in P in interval and propercircular-arc graphs. [Hedetniemi, Hedetniemi, Rall. 2000]

I ACYCLIC DOMINATING SET is in P in bipartite permutation graphs.[Xu, Kang, Shan. 2006]

What about the parameterized complexity of these dominationproblems, when parameterized by the solution size?

6/28

Page 19: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 20: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 21: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 22: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 23: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 24: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Our results (in circle graphs)

1 DOMINATING SET,CONNECTED DOMINATING SET,TOTAL DOMINATING SET,INDEPENDENT DOMINATING SET,ACYCLIC DOMINATING SET

are W [1]-hard, parameterized by the size of the solution.

2 Whereas both CONNECTED and ACYCLIC DOMINATING SET areW [1]-hard, CONNECTED ACYCLIC (i.e., TREE) DOM. SET is in P.

3 If T is a given fixed tree, the problem of deciding whether a circlegraph has a dominating set isomorphic to T is

I NP-complete, when T is part of the input.I FPT, when parameterized by |V (T )|.

7/28

Page 25: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Parameterized complexity in one slide

I Idea: given an NP-hard problem, fix one parameter of the input tosee if the problem gets more “tractable”.

Example: the size of a VERTEX COVER.

I Given a (NP-hard) problem with input of size n and a parameter k ,a fixed-parameter tractable (FPT) algorithm runs in

f (k) · nO(1), for some function f .

Examples: k -VERTEX COVER, k -LONGEST PATH.

I Barometer of intractability:

FPT ⊆W [1] ⊆W [2] ⊆W [3] ⊆ · · · ⊆ XP

I The higher a problem is located in the W -hierarchy, the moreunlikely it is to be in FPT.

8/28

Page 26: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next section is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

9/28

Page 27: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Multicolored Clique

k -COLORED CLIQUE

espaiInstance: A graph G = (V ,E) and a coloring of V using k colors.

Parameter: k .Question: Does there exist a clique of size k in G containing

exactly one vertex from each color?

W[1]-hard in general graphs. [Fellows, Hermelin, Rosamond, Vialette. 2009]

10/28

Page 28: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next subsection is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

11/28

Page 29: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

Parameterized reduction from k -COLORED CLIQUE in a general graphG to finding an INDEPENDENT DOMINATING SET of size at most 2k in acircle graph H.

12/28

Page 30: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

Let C1, . . . ,Ck ⊆ V (G) be the color classes of G, and note that WMAthat G[Ci ] is an independent set for 1 ≤ i ≤ k .

12/28

Page 31: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

I1

I i

I k I2

Let I1, . . . , Ik be a collection of k disjoint intervals in the circle.

12/28

Page 32: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

I1

I i

I k I2

For i = 1, . . . , k , we proceed to construct an induced subgraph Hi of H.

12/28

Page 33: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,1 vi,2 vi,3 vi,4

Let vi,1, . . . , vi,t be the vertices belonging to the color class Ci ⊆ V (G).

12/28

Page 34: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

i,4

Li

We add a clique Li with t chords li,1, . . . , li,t in this way.

12/28

Page 35: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 4

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Symmetrically, we add a clique Ri with t chords ri,1, . . . , ri,t in this way.

12/28

Page 36: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

We also add two sets of 2k + 1 parallel chords in this way.

12/28

Page 37: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

For each pair vi,p, vj,q ∈ V (G) such that i 6= j and {vi,p, vj,q} /∈ E(G),we add to H a chord between vi,p in Hi and vj,q in Hj , in this way.

12/28

Page 38: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

I1

I i

I k I2

This completes the construction of the circle graph H.

12/28

Page 39: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

We now claim that G has a k -colored clique if and only if H has anindependent dominating set of size at most 2k .

12/28

Page 40: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Let first K be a k -colored clique in G containing, for i = 1, . . . , k , avertex vi,ji in Hi .

12/28

Page 41: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Let first K be a k -colored clique in G containing, for i = 1, . . . , k , avertex vi,ji in Hi .

12/28

Page 42: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Let us obtain from K an independent dominating set S in H: Fori = 1, . . . , k , the set S contains the two chords li,ji and ri,ji from Hi .

12/28

Page 43: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Let us obtain from K an independent dominating set S in H: Fori = 1, . . . , k , the set S contains the two chords li,ji and ri,ji from Hi .

12/28

Page 44: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Since K is a clique in G, it follows that S is an independent dominatingset of H of size 2k .

12/28

Page 45: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Conversely, assume that H has an independent dominating set S with|S| ≤ 2k .

12/28

Page 46: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Because of the sets of 2k + 1 parallel chords, ≥ 1 of the chords in Liand ≥ 1 of the chords in Ri must belong to S, so |S| ≥ 2k .

12/28

Page 47: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

It follows that |S| = 2k and that S contains in Hi , for i = 1, . . . , k , a pairof non-crossing chords in Li and Ri .

12/28

Page 48: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

In each Hi , the two chords belonging to S must leave uncovered atleast one of intervals vi,1, . . . , vi,t .

12/28

Page 49: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

Hence, a k -colored clique in G can by obtained by selecting in each Hiany of the uncovered vertices.

12/28

Page 50: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

INDEPENDENT DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li R i

TheoremINDEPENDENT DOMINATING SET is W [1]-hard in circle graphs.

12/28

Page 51: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next subsection is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

13/28

Page 52: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li Ri

In order to prove that ACYCLIC DOMINATING SET is W [1]-hard in circlegraphs, we modify the previous construction as follows.

14/28

Page 53: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,11 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

r r r ri,1 i,2 i,3i,4 i,4

Li Ri

We add another set of 2k + 1 parallel chords, in this way. We callthese three sets of 2k + 1 chords parallel chords.

14/28

Page 54: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Furthermore, we add a new clique with t chords di,1, . . . ,di,t , in thisway.

14/28

Page 55: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Finally, for each such chord di,j we add a parallel twin chord, denotedby d ′i,j . We call these 2t chords distance chords, denoted Di .

14/28

Page 56: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

We now claim that G has a k -colored clique if and only if H has anacyclic dominating set of size at most 2k .

14/28

Page 57: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Key point: a pair of chords li,j1 and ri,j2 dominates all the distancechords in Hi if and only if li,j1 and ri,j2 do not cross.

14/28

Page 58: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Key point: a pair of chords li,j1 and ri,j2 dominates all the distancechords in Hi if and only if li,j1 and ri,j2 do not cross.

14/28

Page 59: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Key point: a pair of chords li,j1 and ri,j2 dominates all the distancechords in Hi if and only if li,j1 and ri,j2 do not cross.

14/28

Page 60: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Let first K be a k -colored clique in G. We define an independent(hence, acyclic) dominating set S of size 2k as before.

14/28

Page 61: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Conversely, assume that H has an acyclic dominating set S with|S| ≤ 2k .

14/28

Page 62: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Objective: in each Hi , S contains a pair of non-crossing chords in Liand Ri .

14/28

Page 63: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Assume first that S contains no transversal chord. Then it must containexactly two chords u, v in each Hi .

14/28

Page 64: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

We need to distinguish several cases. For instance, if u ∈ Di andv ∈ Ri , then some chord of Hi is not dominated.

14/28

Page 65: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

We need to distinguish several cases. For instance, if u ∈ Di andv ∈ Ri , then some chord of Hi is not dominated. Contradiction!

14/28

Page 66: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

We need to distinguish several cases. For instance, if u ∈ Di andv ∈ Ri , then some chord of Hi is not dominated. OK!

14/28

Page 67: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Otherwise, S contains some transversal chord, going from an intervalIi to another interval Ij .

14/28

Page 68: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Otherwise, S contains some transversal chord, going from an intervalIi to another interval Ij .

14/28

Page 69: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Otherwise, S contains some transversal chord, going from an intervalIi to another interval Ij .

14/28

Page 70: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

Then the intervals containing some transversal chord must contain twotransversal chords.

14/28

Page 71: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

We conclude that H[S] has a connected component with minimumdegree at least two, and therefore H[S] contains a cycle.

14/28

Page 72: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

But this is a contradiction to the assumption that H[S] is an acyclicdominating set!

14/28

Page 73: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

ACYCLIC DOMINATING SET

vi,1

d

1 2 3 4 1 2 3 42k+1 2k+1 2k+1

ll i,2 l i,3l i,1

vi,2 vi,3 vi,4

d

dd i,4

r r r r

i,1

i,1

i,2

i,2

i,3

i,3i,4 i,4

Li Ri

Di

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

14/28

Page 74: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next subsection is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

15/28

Page 75: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Reduction for DOMINATING SET

• Again, reduction from k -COLORED CLIQUE:

(G, k)→ (C, k(k + 1)/2)

|V (G)| = k · n, with n vertices of each color.

1st section

2nd section

2nd cluster1st cluster

• We divide the circle into k disjoint open intervals (sections).

• Each section is divided into k + 1 disjoint intervals (clusters).

• Each cluster has n points denoted by 1, . . . ,n.

• Idea: section↔ color clusters↔ other colors.16/28

Page 76: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Reduction for DOMINATING SET

• Again, reduction from k -COLORED CLIQUE:

(G, k)→ (C, k(k + 1)/2)

|V (G)| = k · n, with n vertices of each color.

1st section

2nd section

2nd cluster1st cluster

• We divide the circle into k disjoint open intervals (sections).

• Each section is divided into k + 1 disjoint intervals (clusters).

• Each cluster has n points denoted by 1, . . . ,n.

• Idea: section↔ color clusters↔ other colors.16/28

Page 77: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Reduction for DOMINATING SET (II)

Idea: Simulate the behavior of the vertices of each color.

���������� ����

����������������

��������

����

������������������������������������������

������������������������������������������

��������������

��������������

������������������������������������������

������������������������������������������

��������������������������������������������������������

��������������������������������������������������������

����������������������������

����������������������������

����������������������������������������������������������������������

����������������������������������������������������������������������

��������������

��������������

����������������������������

����������������������������

������������������������������������������

������������������������������������������

��������������������������������������������������������

��������������������������������������������������������

��������������

��������������

����������������������������

����������������������������

����������������������������������������������������������������������

����������������������������������������������������������������������

������������������������������������������

������������������������������������������

������������������������������������������������������������������������������������

������������������������������������������������������������������������������������

��������������

��������������

������������������������������������������

������������������������������������������

����������������������������

����������������������������

1 2 3 4 5

1 2 3 4 5 1 2 3 4 5

1 2 3 4 5

Each pair of colors corresponds to a pair of clusters (in 6= sections).

17/28

Page 78: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Reduction for DOMINATING SET (II)

Idea: Simulate the behavior of the vertices of each color.

���������� ����

����������������

��������

����

������������������������������������������

������������������������������������������

��������������

��������������

������������������������������������������

������������������������������������������

��������������������������������������������������������

��������������������������������������������������������

����������������������������

����������������������������

����������������������������������������������������������������������

����������������������������������������������������������������������

��������������

��������������

����������������������������

����������������������������

������������������������������������������

������������������������������������������

��������������������������������������������������������

��������������������������������������������������������

��������������

��������������

����������������������������

����������������������������

����������������������������������������������������������������������

����������������������������������������������������������������������

������������������������������������������

������������������������������������������

������������������������������������������������������������������������������������

������������������������������������������������������������������������������������

��������������

��������������

������������������������������������������

������������������������������������������

����������������������������

����������������������������

1 2 3 4 5

1 2 3 4 5 1 2 3 4 5

1 2 3 4 5

In each cluster, we add extremal chords.

17/28

Page 79: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Transformation into a circle graph (k = 3, n = 5)

������������������������������������������

������������������������������������������

��������������

��������������

������������������������������������������

������������������������������������������

��������������������������������������������������������

��������������������������������������������������������

����������������������������

����������������������������

����������������������������������������������������������������������

����������������������������������������������������������������������

��������������

��������������

����������������������������

����������������������������

������������������������������������������

������������������������������������������

1 2 3 4 5

1 2 3 4 5

We add one chord in C for each edge of G, between the appropriateclusters in the appropriate sections.

18/28

Page 80: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Transformation into a circle graph (k = 3, n = 5)

1 2 3 n 1 2 3 n

We add cliques between consecutive clusters in each section (calledinner chords).

18/28

Page 81: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Transformation into a circle graph (k = 3, n = 5)

1 2 3 n 1 2 3 n

Finally, we also add a clique between the first and the last cluster ofeach section (called memory chords).

18/28

Page 82: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Transformation into a circle graph (k = 3, n = 5)

1 2 3 n 1 2 3 n

It can be checked that G has a k -colored clique if and only if C has adominating set of size k(k + 1)/2.

18/28

Page 83: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Transformation into a circle graph (k = 3, n = 5)

1 2 3 n 1 2 3 n

TheoremDOMINATING SET is W [1]-hard in circle graphs.

18/28

Page 84: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Corollaries

The constructed dominating set is necessarily connected!

����

o

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremTOTAL DOMINATING SET is W [1]-hard in circle graphs.

19/28

Page 85: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Corollaries

The constructed dominating set is necessarily connected!

����

o

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremTOTAL DOMINATING SET is W [1]-hard in circle graphs.

19/28

Page 86: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Corollaries

The constructed dominating set is necessarily connected!

����

o

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremTOTAL DOMINATING SET is W [1]-hard in circle graphs.

19/28

Page 87: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next subsection is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

20/28

Page 88: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 89: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 90: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 91: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 92: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 93: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

T -DOMINATING SET

TheoremACYCLIC DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED DOMINATING SET is W [1]-hard in circle graphs.

TheoremCONNECTED ACYCLIC DOMINATING SET is in P in circle graphs.

T -DOMINATING SETInstance: A graph G = (V ,E) and a tree T .Question: Has G a dominating set S such that G[S] ' T ?

TheoremT -DOMINATING SET is NP-complete in circle graphs,and FPT when parameterized by |V (T )|.

21/28

Page 94: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

3-PARTITION

espaiInstance: A multiset I = {a1, . . . ,an} of n = 3m integers.Question: Can I be partitioned into m triples

that all have the same sum B?

Strongly NP-complete, even if every ai ∈ (B/4,B/2). [Garey, Johnson. 1979]

22/28

Page 95: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

Let I = {a1, . . . ,an} be an instance of 3-PARTITION, in which the ai ’sare between B/4 and B/2, and let B =

∑ni=1 ai/m be the desired sum.

22/28

Page 96: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

We proceed to define a tree T and to build a circle graph G that has aT -dominating set S if and only if I is a YES-instance of 3-PARTITION.

22/28

Page 97: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

Let T be the rooted tree obtained from a root r to which we attach apath with ai vertices, for i = 1, . . . ,n.

22/28

Page 98: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

To build G, we start with a chord r (the root of T ), and in each endpointof r we add n + 1 parallel chords intersecting only with r .

22/28

Page 99: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

Now we add mB parallel chords g1, . . . ,gmB intersecting only with r .These chords are called branch chords.

22/28

Page 100: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

For i = 1, . . . ,mB, we add a chord bi incident only with gi . Thesechords are called pendant chords.

22/28

Page 101: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

Finally, for i ∈ {1,2,3, . . . ,mB − 1} \ {B,2B,3B, . . . , (m − 1)B}, weadd a chain chord ri , in this way.

22/28

Page 102: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

First, if I be a YES-instance of 3-PARTITION, we define a T -dominatingset S in G, in the following way.

22/28

Page 103: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

{1,2,2}

{1,2,2}

{1,1,3}

First, if I be a YES-instance of 3-PARTITION, we define a T -dominatingset S in G, in the following way.

22/28

Page 104: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

{1,2,2}

{1,2,2}

{1,1,3}

First, if I be a YES-instance of 3-PARTITION, we define a T -dominatingset S in G, in the following way.

22/28

Page 105: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

Conversely, let S be a T -dominating set S in G. By the parallel chords,necessarily r belongs to S.

22/28

Page 106: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

As |S| = mB + 1 and the number of pendant chords in G is mB, itfollows by construction that S contains no pendant chord.

22/28

Page 107: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

{1,2,2}

{1,2,2}

{1,1,3}

As the ai ’s are strictly between B/4 and B/2, each block has exactly 3branch chords in S.

22/28

Page 108: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

{1,2,2}

{1,2,2}

{1,1,3}

The fact that chain edges are missing between consecutive blocksassures the existence of a 3-partition of I.

22/28

Page 109: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

NP-completeness of T -DOMINATING SET

I = {1,1,1,1,2,2,2,2,3}

{1,2,2} {1,2,2} {1,1,3}

B = 5m = 3

T r

G

r

{1,2,2}

{1,2,2}

{1,1,3}

TheoremT -DOMINATING SET is NP-complete in circle graphs.

22/28

Page 110: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next section is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

23/28

Page 111: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms

TheoremDeciding whether a circle graph has a dominating set isomorphic tosome tree can be done in polynomial time.

I Idea: By dynamic programming, we compute all partial solutions whoseextremal endpoints define a prescribed quadruple (region) in the circle.

g

a b

c d

e fg

u

d

f

hh

a

c

e

b

v

I Regions ab − cd and ef − gh region ab − gh.

I Running time: O(k ·nO(1)), with no attempt to improve the exponent. . .

24/28

Page 112: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms

TheoremDeciding whether a circle graph has a dominating set isomorphic tosome tree can be done in polynomial time.

I Idea: By dynamic programming, we compute all partial solutions whoseextremal endpoints define a prescribed quadruple (region) in the circle.

g

a b

c d

e fg

u

d

f

hh

a

c

e

b

v

I Regions ab − cd and ef − gh region ab − gh.

I Running time: O(k ·nO(1)), with no attempt to improve the exponent. . .

24/28

Page 113: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 114: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 115: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 116: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 117: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 118: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Main ideas of the algorithms (II)

TheoremDeciding whether a circle graph has a dominating set isomorphic to afixed tree T is FPT, when parameterized by t = |V (T )|.

I Idea: in the previous algorithm, we further impose that a partialsolution consists of a prescribed subset of subtrees of T .

I Running time: 2O(t) · nO(1).

I But many of the considered subtrees of T are isomorphic...

More careful analysis: 2O(t ·log log t

log t ) · nO(1) = 2o(t) · nO(1).

I That is, we obtain a subexponential FPT algorithm.

25/28

Page 119: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Next section is...

1 Motivation

2 Hardness resultsIndependent dominating setAcyclic dominating setDominating setTree dominating set

3 Sketch of the algorithms

4 Conclusions

26/28

Page 120: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Conclusions and further research

I We also proved that finding a dominating set isomorphic to somepath can be solved in polynomial time in circle graphs.

I This result can be extended to a dominating set isomorphic tosome graph with pathwidth bounded by a fixed constant `.

F Can this result be extended to graphs of bounded treewidth?

F Polynomial kernel when parameterized by treewidth, or by vertexcover? (not plausible in general graphs) [Bodlaender, Downey, Fellows, Hermelin. 2008]

27/28

Page 121: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Conclusions and further research

I We also proved that finding a dominating set isomorphic to somepath can be solved in polynomial time in circle graphs.

I This result can be extended to a dominating set isomorphic tosome graph with pathwidth bounded by a fixed constant `.

F Can this result be extended to graphs of bounded treewidth?

F Polynomial kernel when parameterized by treewidth, or by vertexcover? (not plausible in general graphs) [Bodlaender, Downey, Fellows, Hermelin. 2008]

27/28

Page 122: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Conclusions and further research

I We also proved that finding a dominating set isomorphic to somepath can be solved in polynomial time in circle graphs.

I This result can be extended to a dominating set isomorphic tosome graph with pathwidth bounded by a fixed constant `.

F Can this result be extended to graphs of bounded treewidth?

F Polynomial kernel when parameterized by treewidth, or by vertexcover? (not plausible in general graphs) [Bodlaender, Downey, Fellows, Hermelin. 2008]

27/28

Page 123: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Conclusions and further research

I We also proved that finding a dominating set isomorphic to somepath can be solved in polynomial time in circle graphs.

I This result can be extended to a dominating set isomorphic tosome graph with pathwidth bounded by a fixed constant `.

F Can this result be extended to graphs of bounded treewidth?

F Polynomial kernel when parameterized by treewidth, or by vertexcover? (not plausible in general graphs) [Bodlaender, Downey, Fellows, Hermelin. 2008]

27/28

Page 124: CNRS, LIRMM, Montpellier, France Joint work with ...sau/talks/Bergen12-Ignasi.pdf · Parameterized domination in circle graphs Ignasi Sau CNRS, LIRMM, Montpellier, France Joint work

Gracies!

CATALONIA, THE NEXT STATE IN EUROPE

28/28