A Polynomial-time Bicriteria Approximation Scheme for Planar Bisection

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 W be the total weight of all nodes in a planar graph G. For any constant > 0, our algorithm outputs a bipartition of the nodes such that each part weighs at most W/2 + and the total cost of edges crossing the partition is at most (1+) times the total cost of the optimal bisection. The previously best known approximation for planar minimum bisection, even with unit node weights, was O( n). Our algorithm actually solves a more general problem where the input may include a target weight for the smaller side of the bipartition.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…