English

Faster Algorithms For Vertex Partitioning Problems Parameterized by Clique-width

Discrete Mathematics 2015-01-05 v2 Data Structures and Algorithms Combinatorics

Abstract

Many NP-hard problems, such as Dominating Set, are FPT parameterized by clique-width. For graphs of clique-width kk given with a kk-expression, Dominating Set can be solved in 4knO(1)4^k n^{O(1)} time. However, no FPT algorithm is known for computing an optimal kk-expression. For a graph of clique-width kk, if we rely on known algorithms to compute a (23k1)(2^{3k}-1)-expression via rank-width and then solving Dominating Set using the (23k1)(2^{3k}-1)-expression, the above algorithm will only give a runtime of 423knO(1)4^{2^{3k}} n^{O(1)}. There have been results which overcome this exponential jump; the best known algorithm can solve Dominating Set in time 2O(k2)nO(1)2^{O(k^2)} n^{O(1)} by avoiding constructing a kk-expression [Bui-Xuan, Telle, and Vatshelle. Fast dynamic programming for locally checkable vertex subset and vertex partitioning problems. Theoret. Comput. Sci., 2013. doi:10.1016/j.tcs.2013.01.009]. We improve this to 2O(klogk)nO(1)2^{O(k\log k)}n^{O(1)}. Indeed, we show that for a graph of clique-width kk, a large class of domination and partitioning problems (LC-VSP), including Dominating Set, can be solved in 2O(klogk)nO(1)2^{O(k\log{k})} n^{O(1)}. Our main tool is a variant of rank-width using the rank of a 00-11 matrix over the rational field instead of the binary field.

Keywords

Cite

@article{arxiv.1311.0224,
  title  = {Faster Algorithms For Vertex Partitioning Problems Parameterized by Clique-width},
  author = {Sang-il Oum and Sigve Hortemo Sæther and Martin Vatshelle},
  journal= {arXiv preprint arXiv:1311.0224},
  year   = {2015}
}

Comments

13 pages, 5 figures

R2 v1 2026-06-22T01:59:14.201Z