Finding connected secluded subgraphs

作者:

Highlights:

摘要

Problems related to finding induced subgraphs satisfying given properties form one of the most studied areas within graph algorithms. However, for many applications, it is desirable that the found subgraph has as few connections to the rest of the graph as possible, which gives rise to the Secluded Π-Subgraph problem. Here, input k is the size of the desired subgraph, and input t is a limit on the number of neighbors this subgraph has in the rest of the graph. This problem has been studied from a parameterized perspective, and unfortunately it turns out to be W[1]-hard for many graph properties Π, even when parameterized by k+t. We show that the situation changes when we are looking for a connected induced subgraph satisfying Π. In particular, we show that the Connected Secluded Π-Subgraph problem is FPT when parameterized by just t for many important graph properties Π.

论文关键词:Secluded subgraph,Parameterized complexity,Forbidden subgraphs

论文评审过程:Received 13 November 2018, Revised 14 February 2020, Accepted 14 May 2020, Available online 23 May 2020, Version of Record 27 May 2020.

论文官网地址:https://doi.org/10.1016/j.jcss.2020.05.006