Kernel lower bound for the k -domatic partition problem Rmi - - PowerPoint PPT Presentation

kernel lower bound for the k domatic partition problem
SMART_READER_LITE
LIVE PREVIEW

Kernel lower bound for the k -domatic partition problem Rmi - - PowerPoint PPT Presentation

Kernel lower bound for the k -domatic partition problem Rmi Watrigant joint work with Sylvain Guillemot and Christophe Paul LIRMM, Montpellier, France AGAPE Workshop, February 6-10, 2012, Montpellier, France Rmi Watrigant Kernel lower


slide-1
SLIDE 1

Kernel lower bound for the k-domatic partition problem

Rémi Watrigant joint work with Sylvain Guillemot and Christophe Paul

LIRMM, Montpellier, France

AGAPE Workshop, February 6-10, 2012, Montpellier, France

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 1/27

slide-2
SLIDE 2

Contents

1

Kernels, domatic partition

2

hypergraph-2-colorability

3

Transformation to k-domatic partition

4

Conclusion, open question

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 2/27

slide-3
SLIDE 3

Kernels, domatic partition

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 3/27

slide-4
SLIDE 4

Kernels, domatic partition

Kernel

Given a parameterized problem Q ⊆ Σ∗ × N, a kernel for Q is a polynomial algorithm with: input: an instance (x, k) of Q

  • utput: an instance (x′, k′) of Q

such that: (x, k) ∈ Q ⇔ (x′, k′) ∈ Q |x′|, k′ ≤ f (k) for some function f

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 3/27

slide-5
SLIDE 5

Kernels, domatic partition

Kernel

Given a parameterized problem Q ⊆ Σ∗ × N, a kernel for Q is a polynomial algorithm with: input: an instance (x, k) of Q

  • utput: an instance (x′, k′) of Q

such that: (x, k) ∈ Q ⇔ (x′, k′) ∈ Q |x′|, k′ ≤ f (k) for some function f

Theorem

Q ∈ FPT ⇔ Q has a kernel

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 3/27

slide-6
SLIDE 6

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ?

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-7
SLIDE 7

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? k = 3 b b b b b b b b b

b b

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-8
SLIDE 8

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? k = 3

b b

b b b b b b b b b

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-9
SLIDE 9

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? Known results:

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-10
SLIDE 10

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? Known results: Any graph admits a 1-domatic partition and a 2-domatic partition

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-11
SLIDE 11

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? Known results: Any graph admits a 1-domatic partition and a 2-domatic partition for any fixed k ≥ 3, the problem is NP-complete [Garey, Johnson, Tarjan, 76] ⇒ k is useless as a parameter (for FPT, kernels...)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-12
SLIDE 12

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? Known results: Any graph admits a 1-domatic partition and a 2-domatic partition for any fixed k ≥ 3, the problem is NP-complete [Garey, Johnson, Tarjan, 76] ⇒ k is useless as a parameter (for FPT, kernels...) FPT when parameterized by treewidth(G) (MSO formula)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-13
SLIDE 13

k-domatic partition (for fixed k ∈ N)

Input : a graph G = (V , E) Question : Is there a k-partition of V : {V1, ..., Vk} such that each Vi is a dominating set of G ? Known results: Any graph admits a 1-domatic partition and a 2-domatic partition for any fixed k ≥ 3, the problem is NP-complete [Garey, Johnson, Tarjan, 76] ⇒ k is useless as a parameter (for FPT, kernels...) FPT when parameterized by treewidth(G) (MSO formula) 3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) [Bodlaender et al. 2009] (unless all coNP problems have a distillation algorithm...)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 4/27

slide-14
SLIDE 14

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ?

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-15
SLIDE 15

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-16
SLIDE 16

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G))

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-17
SLIDE 17

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G)) poly(FVS(G))

≤ ≤

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-18
SLIDE 18

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G)) poly(FVS(G)) treewidth ≤ 0 + kv

≤ ≤

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-19
SLIDE 19

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G)) poly(FVS(G)) treewidth ≤ 0 + kv treewidth ≤ 1 + kv

≤ ≤

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-20
SLIDE 20

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G)) poly(FVS(G)) treewidth ≤ 0 + kv treewidth ≤ 1 + kv treewidth ≤ t + kv

≤ ≤ ≤

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-21
SLIDE 21

Hierarchy of parameters

Theorem [Bodlaender et al. 2009]

3-domatic partition does not admit a polynomial kernel when parameterized by treewidth(G) (unless all coNP problems have a distillation algorithm...) What about larger parameters ? treewidth(G) poly(VC(G)) poly(FVS(G)) treewidth ≤ 0 + kv treewidth ≤ 1 + kv treewidth ≤ t + kv

≤ ≤ ≤ Our result:

For any fixed k ≥ 3, k-domatic partition does not admit a polynomial kernel when parameterized by the size of a vertex cover of G (unless coNP ⊆ NP/Poly)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 5/27

slide-22
SLIDE 22

Our result:

For any fixed k ≥ 3, k-domatic partition does not admit a polynomial kernel when parameterized by the size of a vertex cover of G (unless coNP ⊆ NP/Poly) Sketch of proof: cross-composition of hypergraph-2-colorability to itself ⇒ no polynomial kernel for hypergraph-2-colorability (parameterized by the number of vertices) polynomial time and parameter transformation to k-domatic partition

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 6/27

slide-23
SLIDE 23

Contents

1

Kernels, domatic partition

2

hypergraph-2-colorability

3

Transformation to k-domatic partition

4

Conclusion, open question

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 7/27

slide-24
SLIDE 24

Lower bound for hypergraph-2-colorability

hypergraph-2-colorability

Input : a hypergraph H = (V , E) Question : Is there a bipartition of V into (V1, V2) such that each hyperedge has at least one vertex in V1 and one vertex in V2 ? Parameter : n = |V |

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 8/27

slide-25
SLIDE 25

Lower bound for hypergraph-2-colorability

hypergraph-2-colorability

Input : a hypergraph H = (V , E) Question : Is there a bipartition of V into (V1, V2) such that each hyperedge has at least one vertex in V1 and one vertex in V2 ? Parameter : n = |V |

Theorem [Bodlaender, Jansen, Kratsch, 2011]

If there exists a cross-composition from an NP-complete problem A to a parameterized problem Q, then Q does not admit a polynomial kernel unless coNP ⊆ NP/Poly

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 8/27

slide-26
SLIDE 26

Lower bound for hypergraph-2-colorability

Definition : cross-composition [Bodlaender, Jansen, Kratsch, 2011]

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 9/27

slide-27
SLIDE 27

Lower bound for hypergraph-2-colorability

Definition : cross-composition [Bodlaender, Jansen, Kratsch, 2011]

A cross-composition from a problem A ⊆ Σ∗ to a parameterized problem Q ⊆ Σ∗ × N is a polynomial algorithm with: input: a sequence of equivalent instances of A: {x1, ..., xt}

  • utput : an instance of Q: (x∗, k∗)

such that:

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 9/27

slide-28
SLIDE 28

Lower bound for hypergraph-2-colorability

Definition : cross-composition [Bodlaender, Jansen, Kratsch, 2011]

A cross-composition from a problem A ⊆ Σ∗ to a parameterized problem Q ⊆ Σ∗ × N is a polynomial algorithm with: input: a sequence of equivalent instances of A: {x1, ..., xt}

  • utput : an instance of Q: (x∗, k∗)

such that: x∗ is a positive instance of Q ⇔ ∃i ∈ {1, ..., t} such that xi is a positive instance of A k∗ ≤ poly( max

i=1...t|xi| + log t)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 9/27

slide-29
SLIDE 29

Lower bound for hypergraph-2-colorability

Definition : cross-composition [Bodlaender, Jansen, Kratsch, 2011]

A cross-composition from a problem A ⊆ Σ∗ to a parameterized problem Q ⊆ Σ∗ × N is a polynomial algorithm with: input: a sequence of equivalent instances of A: {x1, ..., xt}

  • utput : an instance of Q: (x∗, k∗)

such that: x∗ is a positive instance of Q ⇔ ∃i ∈ {1, ..., t} such that xi is a positive instance of A k∗ ≤ poly( max

i=1...t|xi| + log t)

Equivalence relation: computable in polynomial time partition a set S into less than max

x∈S |x|O(1) classes

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 9/27

slide-30
SLIDE 30

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-31
SLIDE 31

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-32
SLIDE 32

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-33
SLIDE 33

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn}

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-34
SLIDE 34

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-35
SLIDE 35

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-36
SLIDE 36

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge e of H1 ⇒ 2 hyperedges in H∗

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-37
SLIDE 37

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge e of H1 ⇒ 2 hyperedges in H∗ binary representation of 1

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-38
SLIDE 38

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge e of Hj ⇒ 2 hyperedges in H∗ binary representation of j

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-39
SLIDE 39

Lower bound for hypergraph-2-colorability

Let (H1, ..., Ht) be a sequence of instances of hypergraph-2-colorability Equivalence relation: |Vi| = n for all i = 1...t Suppose that t = 2p (p = log2 t) ⇒ we are given a sequence of 2p sets of hyperedges over V = {v1, ..., vn} v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 10/27

slide-40
SLIDE 40

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 11/27

slide-41
SLIDE 41

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j Suppose Hj is a positive instance: there exists a 2-coloring that covers all hyperedges of Hj

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 11/27

slide-42
SLIDE 42

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j

1 1 2 2 1

Suppose Hj is a positive instance: there exists a 2-coloring that covers all hyperedges of Hj

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 12/27

slide-43
SLIDE 43

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j

1 1 2 2 1 1 1 2 2 1 2

Suppose Hj is a positive instance: there exists a 2-coloring that covers all hyperedges of Hj

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 13/27

slide-44
SLIDE 44

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 Suppose H∗ is a positive instance

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 14/27

slide-45
SLIDE 45

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1

1 2 2 1 1 2 1 1 2 2 1

Suppose H∗ is a positive instance

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 15/27

slide-46
SLIDE 46

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j

1 1 2 2 1 1 1 2 2 1 2

Suppose H∗ is a positive instance

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 16/27

slide-47
SLIDE 47

Lower bound for hypergraph-2-colorability

v1 v2 v3 v4 vn a1 b1 a2 b2 ap+1 bp+1 hyperedge ei of Hj ⇒ 2 hyperedges in H∗ binary representation of j Finally : the number of vertices (parameter) is polynomial in the size of the biggest instance of the sequence + log t

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 17/27

slide-48
SLIDE 48

Contents

1

Kernels, domatic partition

2

hypergraph-2-colorability

3

Transformation to k-domatic partition

4

Conclusion, open question

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 18/27

slide-49
SLIDE 49

Transformation to k-domatic partition

(proof for k = 3, but can be extended for every fixed k ≥ 3) Let H = (V , E) be an hypergraph, with V = {v1, ..., vn} and E = {e1, ..., em} We build the following graph:

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 19/27

slide-50
SLIDE 50

Transformation to k-domatic partition

(proof for k = 3, but can be extended for every fixed k ≥ 3) Let H = (V , E) be an hypergraph, with V = {v1, ..., vn} and E = {e1, ..., em} We build the following graph: e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 19/27

slide-51
SLIDE 51

Transformation to k-domatic partition

G ′ has a 3-domatic partition ⇔ H has a proper 2-coloring. e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 20/27

slide-52
SLIDE 52

Transformation to k-domatic partition

G ′ has a 3-domatic partition ⇔ H has a proper 2-coloring. e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

1

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 21/27

slide-53
SLIDE 53

Transformation to k-domatic partition

G ′ has a 3-domatic partition ⇔ H has a proper 2-coloring. e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

1 2 or 3

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 22/27

slide-54
SLIDE 54

Transformation to k-domatic partition

G ′ has a 3-domatic partition ⇔ H has a proper 2-coloring. e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

1 2 or 3 1

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 23/27

slide-55
SLIDE 55

Transformation to k-domatic partition

Finally : the clique is a vertex cover (parameter) of size n + 1 e1 ej em v1 vi v ′

1

v ′

i

v ′

n

p clique vn

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 24/27

slide-56
SLIDE 56

Contents

1

Kernels, domatic partition

2

hypergraph-2-colorability

3

Transformation to k-domatic partition

4

Conclusion, open question

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 25/27

slide-57
SLIDE 57

Conclusion, open questions

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-58
SLIDE 58

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-59
SLIDE 59

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

◮ no poly kernel when parameterized by Treewidth ◮ cubic kernel when parameterized by FeedbackVertexSet (Treewidth ≤ 1 + kv) Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-60
SLIDE 60

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

◮ no poly kernel when parameterized by Treewidth ◮ cubic kernel when parameterized by FeedbackVertexSet (Treewidth ≤ 1 + kv)

⇒ open for Treewidth ≤ t + kv (for t ≥ 2)

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-61
SLIDE 61

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

◮ no poly kernel when parameterized by Treewidth ◮ cubic kernel when parameterized by FeedbackVertexSet (Treewidth ≤ 1 + kv)

⇒ open for Treewidth ≤ t + kv (for t ≥ 2)

considering other hierarchies :

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-62
SLIDE 62

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

◮ no poly kernel when parameterized by Treewidth ◮ cubic kernel when parameterized by FeedbackVertexSet (Treewidth ≤ 1 + kv)

⇒ open for Treewidth ≤ t + kv (for t ≥ 2)

considering other hierarchies :

◮ distance to other invariants (CliqueWidth, ∗ − width) Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-63
SLIDE 63

Conclusion, open questions

Future work using "hierarchies of parameters": not only negative results ! vertex cover

◮ no poly kernel when parameterized by Treewidth ◮ cubic kernel when parameterized by FeedbackVertexSet (Treewidth ≤ 1 + kv)

⇒ open for Treewidth ≤ t + kv (for t ≥ 2)

considering other hierarchies :

◮ distance to other invariants (CliqueWidth, ∗ − width) ◮ here, distance = set of vertices to remove ⋆ set of edges to remove ⋆ set of edges to edit... Rémi Watrigant Kernel lower bound for the k-domatic partition problem 26/27

slide-64
SLIDE 64

Thank you for your attention!

Rémi Watrigant Kernel lower bound for the k-domatic partition problem 27/27