Fast FPT algorithms for vertex subset and vertex partitioning problems using neighborhood unions
Abstract
We introduce the graph parameter boolean-width, related to the number of different unions of neighborhoods across a cut of a graph. Boolean-width is similar to rank-width, which is related to the number of -sums (1+1=0) of neighborhoods instead of the boolean-sums (1+1=1) used for boolean-width. We give algorithms for a large class of NP-hard vertex subset and vertex partitioning problems that are FPT when parameterized by either boolean-width, rank-width or clique-width, with runtime single exponential in either parameter if given the pertinent optimal decomposition. To compare boolean-width versus rank-width or clique-width, we first show that for any graph, the square root of its boolean-width is never more than its rank-width. Next, we exhibit a class of graphs, the Hsu-grids, for which we can solve NP-hard problems in polynomial time, if we use the right parameter. An Hsu-grid on vertices has boolean-width and rank-width . Moreover, any optimal rank-decomposition of such a graph will have boolean-width , i.e. exponential in the optimal boolean-width. A main open problem is to approximate the boolean-width better than what is given by the algorithm for rank-width [Hlin\v{e}n\'y and Oum, 2008]
Cite
@article{arxiv.0903.4796,
title = {Fast FPT algorithms for vertex subset and vertex partitioning problems using neighborhood unions},
author = {B. -M. Bui-Xuan and J. A. Telle and M. Vatshelle},
journal= {arXiv preprint arXiv:0903.4796},
year = {2011}
}
Comments
The new version has runtimes expressed by number of equivalence classes, but no other changes