English

Approximation and parameterized algorithms to find balanced connected partitions of graphs

Data Structures and Algorithms 2021-08-25 v1 Discrete Mathematics

Abstract

Partitioning a connected graph into kk~vertex-disjoint connected subgraphs of similar (or given) orders is a classical problem that has been intensively investigated since late seventies. Given a connected graph G=(V,E)G=(V,E) and a weight function w:VQw : V \to \mathbb{Q}_\geq, a connected kk-partition of GG is a partition of VV such that each class induces a connected subgraph. The balanced connected kk-partition problem consists in finding a connected kk-partition in which every class has roughly the same weight. To model this concept of balance, one may seek connected kk-partitions that either maximize the weight of a lightest class (max-min BCPk)(\text{max-min BCP}_k) or minimize the weight of a heaviest class (min-max BCPk)(\text{min-max BCP}_k). Such problems are equivalent when k=2k=2, but they are different when k3k\geq 3. In this work, we propose a simple pseudo-polynomial k2\frac{k}{2}-approximation algorithm for min-max BCPk\text{min-max BCP}_k which runs in time O(WVE)\mathcal{O}(W|V||E|), where W=vVw(v)W = \sum_{v \in V} w(v). Based on this algorithm and using a scaling technique, we design a (polynomial) (k2+ε)(\frac{k}{2} +\varepsilon)-approximation for the same problem with running-time O(V3E/ε)\mathcal{O}(|V|^3|E|/\varepsilon), for any fixed ε>0\varepsilon>0. Additionally, we propose a fixed-parameter tractable algorithm based on integer linear programming for the unweighted max-min BCPk\text{max-min BCP}_k parameterized by the size of a vertex cover.

Keywords

Cite

@article{arxiv.2108.10398,
  title  = {Approximation and parameterized algorithms to find balanced connected partitions of graphs},
  author = {Phablo F. S. Moura and Matheus J. Ota and Yoshiko Wakabayashi},
  journal= {arXiv preprint arXiv:2108.10398},
  year   = {2021}
}
R2 v1 2026-06-24T05:21:40.447Z