Approximation and parameterized algorithms to find balanced connected partitions of graphs
Phablo F. S. Moura, Matheus J. Ota, Yoshiko Wakabayashi

TL;DR
This paper introduces approximation algorithms and fixed-parameter tractable methods for balanced connected graph partitioning, improving solution quality and efficiency for complex partitioning problems.
Contribution
It presents a simple pseudo-polynomial approximation algorithm and a polynomial approximation with scaling for balanced connected partitions, and a fixed-parameter tractable ILP-based algorithm.
Findings
A $rac{k}{2}$-approximation algorithm with $ ext{O}(W|V||E|)$ runtime.
A $(rac{k}{2} + ext{ε})$-approximation algorithm with $ ext{O}(|V|^3|E|/ ext{ε})$ runtime.
An ILP-based fixed-parameter tractable algorithm for unweighted cases.
Abstract
Partitioning a connected graph into ~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 and a weight function , a connected -partition of is a partition of such that each class induces a connected subgraph. The balanced connected -partition problem consists in finding a connected -partition in which every class has roughly the same weight. To model this concept of balance, one may seek connected -partitions that either maximize the weight of a lightest class or minimize the weight of a heaviest class . Such problems are equivalent when , but they are different when . In this work, we propose a simple pseudo-polynomial -approximation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
