English

Parameterized Complexity of Graph Partitioning into Connected Clusters

Data Structures and Algorithms 2022-02-25 v1

Abstract

Given an undirected graph GG and qq integers n1,n2,n3,,nqn_1,n_2,n_3, \cdots, n_q, balanced connected qq-partition problem (BCPqBCP_q) asks whether there exists a partition of the vertex set VV of GG into qq parts V1,V2,V3,,VqV_1,V_2,V_3,\cdots, V_q such that for all i[1,q]i\in[1,q], Vi=ni|V_i|=n_i and the graph induced on ViV_i is connected. A related problem denoted as the balanced connected qq-edge partition problem (BCEPqBCEP_q) is defined as follows. Given an undirected graph GG and qq integers n1,n2,n3,,nqn_1,n_2,n_3, \cdots, n_q, BCEPqBCEP_q asks whether there exists a partition of the edge set of GG into qq parts E1,E2,E3,,EqE_1,E_2,E_3,\cdots, E_q such that for all i[1,q]i\in[1,q], Ei=ni|E_i|=n_i and the graph induced on the edge set EiE_i is connected. Here we study both the problems for q=2q=2 and prove that BCPqBCP_q for q2q\geq 2 is W[1]W[1]-hard. We also show that BCP2BCP_2 is unlikely to have a polynomial kernel on the class of planar graphs. Coming to the positive results, we show that BCP2BCP_2 is fixed parameter tractable (FPT) parameterized by treewidth of the graph, which generalizes to FPT algorithm for planar graphs. We design another FPT algorithm and a polynomial kernel on the class of unit disk graphs parameterized by min(n1,n2)\min(n_1,n_2). Finally, we prove that unlike BCP2BCP_2, BCEP2BCEP_2 is FPT parameterized by min(n1,n2)\min(n_1,n_2).

Keywords

Cite

@article{arxiv.2202.12042,
  title  = {Parameterized Complexity of Graph Partitioning into Connected Clusters},
  author = {Ankit Abhinav and Susobhan Bandopadhyay and Aritra Banik and Saket Saurabh},
  journal= {arXiv preprint arXiv:2202.12042},
  year   = {2022}
}
R2 v1 2026-06-24T09:52:23.844Z