Minimum Cuts in Geometric Intersection Graphs
Abstract
Let be a set of disks in the plane. The disk graph for is the undirected graph with vertex set in which two disks are joined by an edge if and only if they intersect. The directed transmission graph for is the directed graph with vertex set in which there is an edge from a disk to a disk if and only if contains the center of . Given and two non-intersecting disks , we show that a minimum - vertex cut in or in can be found in expected time. To obtain our result, we combine an algorithm for the maximum flow problem in general graphs with dynamic geometric data structures to manipulate the disks. As an application, we consider the barrier resilience problem in a rectangular domain. In this problem, we have a vertical strip bounded by two vertical lines, and , and a collection of disks. Let be a point in above all disks of , and let a point in below all disks of . The task is to find a curve from to that lies in and that intersects as few disks of as possible. Using our improved algorithm for minimum cuts in disk graphs, we can solve the barrier resilience problem in expected time.
Cite
@article{arxiv.2005.00858,
title = {Minimum Cuts in Geometric Intersection Graphs},
author = {Sergio Cabello and Wolfgang Mulzer},
journal= {arXiv preprint arXiv:2005.00858},
year = {2023}
}
Comments
11 pages, 4 figures; this version corrects a small bug in the proof of Lemma 5. We thank Matej Marinko for pointing this out