English

Minimum cell connection and separation in line segment arrangements

Computational Geometry 2011-06-21 v2 Data Structures and Algorithms

Abstract

We study the complexity of the following cell connection and separation problems in segment arrangements. Given a set of straight-line segments in the plane and two points aa and bb in different cells of the induced arrangement: (i) compute the minimum number of segments one needs to remove so that there is a path connecting aa to bb that does not intersect any of the remaining segments; (ii) compute the minimum number of segments one needs to remove so that the arrangement induced by the remaining segments has a single cell; (iii) compute the minimum number of segments one needs to retain so that any path connecting aa to bb intersects some of the retained segments. We show that problems (i) and (ii) are NP-hard and discuss some special, tractable cases. Most notably, we provide a linear-time algorithm for a variant of problem (i) where the path connecting aa to bb must stay inside a given polygon PP with a constant number of holes, the segments are contained in PP, and the endpoints of the segments are on the boundary of PP. For problem (iii) we provide a cubic-time algorithm.

Keywords

Cite

@article{arxiv.1104.4618,
  title  = {Minimum cell connection and separation in line segment arrangements},
  author = {Helmut Alt and Sergio Cabello and Panos Giannopoulos and Christian Knauer},
  journal= {arXiv preprint arXiv:1104.4618},
  year   = {2011}
}

Comments

21 pages, 9 figures. About half of the results have appeared in the abstracts of EuroCG'11

R2 v1 2026-06-21T17:58:10.449Z