,
Sang Won Bae
Creative Commons Attribution 4.0 International license
Given a set P of n points in the plane, the two-line center problem asks to find two lines that minimize the maximum distance from each point in P to its closer one of the two resulting lines. The currently best algorithm for the problem takes O(n² log² n) time by Jaromczyk and Kowaluk in 1995. In this paper, we present faster algorithms for three variants of the two-line center problem in which the orientations of the resulting lines are constrained. Specifically, our algorithms solve the problem in O(n log n) time when the orientations of both lines are fixed; in O(n log³ n) time when the orientation of one line is fixed; and in O(n² α(n) log n) time when the angle between the two lines is fixed, where α(n) denotes the inverse Ackermann function.
@InProceedings{ahn_et_al:LIPIcs.ISAAC.2024.5,
author = {Ahn, Taehoon and Bae, Sang Won},
title = {{Constrained Two-Line Center Problems}},
booktitle = {35th International Symposium on Algorithms and Computation (ISAAC 2024)},
pages = {5:1--5:17},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-354-6},
ISSN = {1868-8969},
year = {2024},
volume = {322},
editor = {Mestre, Juli\'{a}n and Wirth, Anthony},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ISAAC.2024.5},
URN = {urn:nbn:de:0030-drops-221327},
doi = {10.4230/LIPIcs.ISAAC.2024.5},
annote = {Keywords: two-line center problem, geometric location problem, geometric optimization}
}