English

Minimum Perimeter-Sum Partitions in the Plane

Computational Geometry 2021-03-02 v2

Abstract

Let PP be a set of nn points in the plane. We consider the problem of partitioning PP into two subsets P1P_1 and P2P_2 such that the sum of the perimeters of CH(P1)\text{CH}(P_1) and CH(P2)\text{CH}(P_2) is minimized, where CH(Pi)\text{CH}(P_i) denotes the convex hull of PiP_i. The problem was first studied by Mitchell and Wynters in 1991 who gave an O(n2)O(n^2) time algorithm. Despite considerable progress on related problems, no subquadratic time algorithm for this problem was found so far. We present an exact algorithm solving the problem in O(nlog2n)O(n \log^2 n) time and a (1+ε)(1+\varepsilon)-approximation algorithm running in O(n+1/ε2log2(1/ε))O(n + 1/\varepsilon^2\cdot\log^2(1/\varepsilon)) time.

Keywords

Cite

@article{arxiv.1703.05549,
  title  = {Minimum Perimeter-Sum Partitions in the Plane},
  author = {Mikkel Abrahamsen and Mark de Berg and Kevin Buchin and Mehran Mehr and Ali D. Mehrabi},
  journal= {arXiv preprint arXiv:1703.05549},
  year   = {2021}
}

Comments

This version is similar to one published in Discrete & Computational Geometry

R2 v1 2026-06-22T18:47:30.181Z