English

A Polynomial-time Bicriteria Approximation Scheme for Planar Bisection

Data Structures and Algorithms 2015-05-01 v1

Abstract

Given an undirected graph with edge costs and node weights, the minimum bisection problem asks for a partition of the nodes into two parts of equal weight such that the sum of edge costs between the parts is minimized. We give a polynomial time bicriteria approximation scheme for bisection on planar graphs. Specifically, let WW be the total weight of all nodes in a planar graph GG. For any constant ε>0\varepsilon > 0, our algorithm outputs a bipartition of the nodes such that each part weighs at most W/2+εW/2 + \varepsilon and the total cost of edges crossing the partition is at most (1+ε)(1+\varepsilon) times the total cost of the optimal bisection. The previously best known approximation for planar minimum bisection, even with unit node weights, was O(logn)O(\log n). Our algorithm actually solves a more general problem where the input may include a target weight for the smaller side of the bipartition.

Keywords

Cite

@article{arxiv.1504.08008,
  title  = {A Polynomial-time Bicriteria Approximation Scheme for Planar Bisection},
  author = {Kyle Fox and Philip N. Klein and Shay Mozes},
  journal= {arXiv preprint arXiv:1504.08008},
  year   = {2015}
}

Comments

To appear in STOC 2015

R2 v1 2026-06-22T09:25:21.119Z