More applications of the d-neighbor equivalence: acyclicity and connectivity constraints

Abstract

In this paper, we design a framework to obtain efficient algorithms for several problems with a global constraint (acyclicity or connectivity) such as Connected Dominating Set, Node Weighted Steiner Tree, Maximum Induced Tree, Longest Induced Path, and Feedback Vertex Set. We design a meta-algorithm that solves all these problems and whose running time is upper bounded by 2O(k)· nO(1), 2O(k (k))· nO(1), 2O(k2)· nO(1) and nO(k) where k is respectively the clique-width, Q-rank-width, rank-width and maximum induced matching width of a given decomposition. Our approach simplifies and unifies the known algorithms for each of the parameters and its running time matches asymptotically also the running times of the best known algorithms for basic NP-hard problems such as Vertex Cover and Dominating Set. Our framework is based on the d-neighbor equivalence defined in [Bui-Xuan, Telle and Vatshelle, TCS 2013] and the rank-based approach introduced in [Bodlaender, Cygan, Kratsch and Nederlof, ICALP 2013]. The results we obtain highlight the importance of the d-neighbor equivalence relation on the algorithmic applications of width measures. We also prove that our framework could be useful for W[1]-hard problems parameterized by clique-width such as Max Cut and Maximum Minimal Cut. For these latter problems, we obtain nO(k), nO(k) and n2O(k) time algorithms where k is respectively the clique-width, the Q-rank-width and the rank-width of the input graph.

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…