English

A near-linear time minimum Steiner cut algorithm for planar graphs

Data Structures and Algorithms 2020-01-01 v2

Abstract

We consider the Minimum Steiner Cut problem on undirected planar graphs with non-negative edge weights. This problem involves finding the minimum cut of the graph that separates a specified subset XX of vertices (terminals) into two parts. This problem is of theoretical interest because it generalizes two classical optimization problems, Minimum ss-tt Cut and Minimum Cut, and of practical importance because of its application to computing a lower bound for Steiner (Subset) TSP. Our algorithm has running time O(nlognlogk)O(n\log{n}\log{k}) where kk is the number of terminals.

Keywords

Cite

@article{arxiv.1912.11103,
  title  = {A near-linear time minimum Steiner cut algorithm for planar graphs},
  author = {Stephen Jue and Philip N. Klein},
  journal= {arXiv preprint arXiv:1912.11103},
  year   = {2020}
}

Comments

14 pages, 6 figures

R2 v1 2026-06-23T12:55:10.360Z