Zum Hauptinhalt springen

Showing 1–3 of 3 results for author: Stehn, F

Searching in archive cs. Search in all archives.
.
  1. arXiv:1906.01114  [pdf, other

    cs.CG cs.DS

    On Romeo and Juliet Problems: Minimizing Distance-to-Sight

    Authors: Hee-Kap Ahn, Eunjin Oh, Lena Schlipf, Fabian Stehn, Darren Strash

    Abstract: We introduce a variant of the watchman route problem, which we call the quickest pair-visibility problem. Given two persons standing at points $s$ and $t$ in a simple polygon $P$ with no holes, we want to minimize the distance they travel in order to see each other in $P$. We solve two variants of this problem, one minimizing the longer distance the two persons travel (min-max) and one minimizing… ▽ More

    Submitted 3 June, 2019; originally announced June 2019.

    Comments: 12 pages, 8 figures; appeared in Proc. 16th Scandinavian Symposium and Workshops on Algorithm Theory (SWAT 2018)

    ACM Class: F.2.2; I.3.5

  2. Placing your Coins on a Shelf

    Authors: Helmut Alt, Kevin Buchin, Steven Chaplick, Otfried Cheong, Philipp Kindermann, Christian Knauer, Fabian Stehn

    Abstract: We consider the problem of packing a family of disks "on a shelf", that is, such that each disk touches the $x$-axis from above and such that no two disks overlap. We prove that the problem of minimizing the distance between the leftmost point and the rightmost point of any disk is NP-hard. On the positive side, we show how to approximate this problem within a factor of 4/3 in $O(n \log n)$ time,… ▽ More

    Submitted 6 September, 2018; v1 submitted 5 July, 2017; originally announced July 2017.

    Comments: Appeared at Proc. 28th International Symposium on Algorithms and Computation (ISAAC 2017)

    Journal ref: J. Comput. Geom. 9(1): 312-327 (2018)

  3. arXiv:1607.05547  [pdf, other

    cs.CG

    Fast Algorithms for Diameter-Optimally Augmenting Paths and Trees

    Authors: Ulrike Große, Joachim Gudmundsson, Christian Knauer, Michiel Smid, Fabian Stehn

    Abstract: We consider the problem of augmenting an n-vertex graph embedded in a metric space, by inserting one additional edge in order to minimize the diameter of the resulting graph. We present exact algorithms for the cases when (i) the input graph is a path, running in O(n \log^3 n) time, and (ii) the input graph is a tree, running in O(n^2 \log n) time. We also present an algorithm that computes a (1+\… ▽ More

    Submitted 19 July, 2016; originally announced July 2016.

    MSC Class: 68U05 ACM Class: I.3.5