Faster Algorithms For Vertex Partitioning Problems Parameterized by Clique-width

Abstract

Many NP-hard problems, such as Dominating Set, are FPT parameterized by clique-width. For graphs of clique-width k given with a k-expression, Dominating Set can be solved in 4k nO(1) time. However, no FPT algorithm is known for computing an optimal k-expression. For a graph of clique-width k, if we rely on known algorithms to compute a (23k-1)-expression via rank-width and then solving Dominating Set using the (23k-1)-expression, the above algorithm will only give a runtime of 423k nO(1). There have been results which overcome this exponential jump; the best known algorithm can solve Dominating Set in time 2O(k2) nO(1) by avoiding constructing a k-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(k k)nO(1). Indeed, we show that for a graph of clique-width k, a large class of domination and partitioning problems (LC-VSP), including Dominating Set, can be solved in 2O(kk) nO(1). Our main tool is a variant of rank-width using the rank of a 0-1 matrix over the rational field instead of the binary field.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…