Parameterized Complexity of Graph Contraction Problems

Chi Chih Yao,Leizhen Cai,Chengwei Guo
2013-01-01
Abstract:The Π-Contraction problem is to determine whether an input graph G can be modified into a graph belonging to a desired class Π by contracting at most k edges. It is closely related to graph minors and graph modification problems, and has been studied in the literature for several classes Π.In this thesis, we study parameterized complexity of Π-Contraction problems in terms of graph classes Π. We present FPT algorithms for CLIQUE CONTRACTION, which is the dual of a well-known FPT problem: MAXIMUM C LIQUE MINOR. In contrast to FPT of CHORDAL DELETION and CHORDAL COMPLETION, we prove the W[2]-hardness of CHORDAL CONTRACTION. We also show that H-FREE CONTRACTION is W[2]-hard whenever H is a fixed graph that is a cycle C l for l ≥ 4, an odd path P l for l ≥ 5, a star K 1,r for r ≥ 4 or a diamond, and completely characterize the parameterized complexity of H-F REE CONTRACTION for every fixed 3-connected H. Moreover, we prove that Kt-F REE CONTRACTION for every fixed t ≥ 3, BICLIQUE CONTRACTION and SPLIT CONTRACTION are FPT but have no polynomial kernels unless NP ⊆ coNP/poly.Furthermore, we study the parameterized complexity of some NP -complete classical problems such as VERTEX C OLORING and DOMINATING SET on F ↑ ke graphs, which are graphs that can be made into F -graphs by contracting at most k edges. We believe that the thesis has made an important contribution to the study of graph contraction problems, and our ideas and techniques will be useful to future studies of graph contraction problems.
What problem does this paper attempt to address?