English

Balanced connected partitions of edge-weighted graphs: Hardness and solving methods

Data Structures and Algorithms 2025-08-21 v2 Discrete Mathematics

Abstract

The balanced connected kk-partition problem (\textsc{bcp}) is a classic problem, which consists in partitioning the set of vertices of a vertex-weighted connected graph into a collection of~kk classes such that each class induces a connected subgraph of \emph{roughly} the same weight. In this study, we investigate edge-weighted variants of \textscbcp\textsc{bcp}, where we are given a connected graph GG, kZk \in \Z_\ge, and an edge-weight function w ⁣:E(G)\Qw \colon E(G)\to\Q_\ge, and the goal is to compute a spanning kk-forest~T\mathcal{T} of GG (i.e., a forest with exactly kk trees) that minimizes the weight of the heaviest tree in~T\mathcal{T} in the min-max version, or maximizes the weight of the lightest tree in~T\mathcal{T} in the max-min version. We show that both versions of this problem are \NP\NP-hard on complete graphs with k=2k=2, unweighted split graphs, and unweighted bipartite graphs with k2k\geq 2 fixed. Moreover, we prove that these problems do not admit subexponential-time algorithms, unless the Exponential-Time Hypothesis fails. We focus on the min-max version and devise a tight kk-approximation algorithm, compact and non-compact integer linear programming formulations, branch and cut, and branch and price algorithms. Finally, we present the outcomes of an experimental study on the performances of different solution methods. The source code of the complete implementation of the proposed algorithms is also available.

Keywords

Cite

@article{arxiv.2504.02421,
  title  = {Balanced connected partitions of edge-weighted graphs: Hardness and solving methods},
  author = {Morteza Davari and Phablo F. S. Moura and Hande Yaman},
  journal= {arXiv preprint arXiv:2504.02421},
  year   = {2025}
}

Comments

32 pages, 6 figures

R2 v1 2026-06-28T22:45:01.057Z