Skip to main content

Showing 1–8 of 8 results for author: Gemsa, A

.
  1. arXiv:1910.09812  [pdf, other

    cs.DS

    Shortest Feasible Paths with Charging Stops for Battery Electric Vehicles

    Authors: Moritz Baum, Julian Dibbelt, Andreas Gemsa, Dorothea Wagner, Tobias Zündorf

    Abstract: We study the problem of minimizing overall trip time for battery electric vehicles in road networks. As battery capacity is limited, stops at charging stations may be inevitable. Careful route planning is crucial, since charging stations are scarce and recharging is time-consuming. We extend the Constrained Shortest Path problem for electric vehicles with realistic models of charging stops, includ… ▽ More

    Submitted 22 October, 2019; originally announced October 2019.

    Comments: 43 pages, 12 figure, 6 tables

  2. arXiv:1602.01777  [pdf, other

    cs.DS

    Scalable Isocontour Visualization in Road Networks via Minimum-Link Paths

    Authors: Moritz Baum, Thomas Bläsius, Andreas Gemsa, Ignaz Rutter, Franziska Wegner

    Abstract: Isocontours in road networks represent the area that is reachable from a source within a given resource limit. We study the problem of computing accurate isocontours in realistic, large-scale networks. We propose polygons with minimum number of segments that separate reachable and unreachable components of the network. Since the resulting problem is not known to be solvable in polynomial time, we… ▽ More

    Submitted 4 February, 2016; originally announced February 2016.

  3. arXiv:1509.00379  [pdf, other

    cs.CG

    On the Readability of Boundary Labeling

    Authors: Lukas Barth, Andreas Gemsa, Benjamin Niedermann, Martin Nöllenburg

    Abstract: Boundary labeling deals with annotating features in images such that labels are placed outside of the image and are connected by curves (so-called leaders) to the corresponding features. While boundary labeling has been extensively investigated from an algorithmic perspective, the research on its readability has been neglected. In this paper we present the first formal user study on the readabilit… ▽ More

    Submitted 1 September, 2015; originally announced September 2015.

    Comments: Full version of GD 2015 paper

  4. arXiv:1501.07188  [pdf, other

    cs.CG cs.DS

    Label Placement in Road Maps

    Authors: Andreas Gemsa, Benjamin Niedermann, Martin Nöllenburg

    Abstract: A road map can be interpreted as a graph embedded in the plane, in which each vertex corresponds to a road junction and each edge to a particular road section. We consider the cartographic problem to place non-overlap** road labels along the edges so that as many road sections as possible are identified by their name, i.e., covered by a label. We show that this is NP-hard in general, but the pro… ▽ More

    Submitted 28 January, 2015; originally announced January 2015.

    Comments: extended version of a CIAC 2015 paper

  5. arXiv:1404.1849  [pdf, other

    cs.CG cs.DS

    Evaluation of Labeling Strategies for Rotating Maps

    Authors: Andreas Gemsa, Martin Nöllenburg, Ignaz Rutter

    Abstract: We consider the following problem of labeling points in a dynamic map that allows rotation. We are given a set of points in the plane labeled by a set of mutually disjoint labels, where each label is an axis-aligned rectangle attached with one corner to its respective point. We require that each label remains horizontally aligned during the map rotation and our goal is to find a set of mutually no… ▽ More

    Submitted 7 April, 2014; originally announced April 2014.

    Comments: 16 pages, extended version of a SEA 2014 paper

  6. arXiv:1309.3963  [pdf, other

    cs.CG

    Trajectory-Based Dynamic Map Labeling

    Authors: Andreas Gemsa, Benjamin Niedermann, Martin Nöllenburg

    Abstract: In this paper we introduce trajectory-based labeling, a new variant of dynamic map labeling, where a movement trajectory for the map viewport is given. We define a general labeling model and study the active range maximization problem in this model. The problem is NP-complete and W[1]-hard. In the restricted, yet practically relevant case that no more than k labels can be active at any time, we gi… ▽ More

    Submitted 16 September, 2013; originally announced September 2013.

    Comments: 19 pages, 7 figures, extended version of a paper to appear at ISAAC 2013

  7. arXiv:1204.4374  [pdf, other

    cs.CG

    Higher Order City Voronoi Diagrams

    Authors: Andreas Gemsa, D. T. Lee, Chih-Hung Liu, Dorothea Wagner

    Abstract: We investigate higher-order Voronoi diagrams in the city metric. This metric is induced by quickest paths in the L1 metric in the presence of an accelerating transportation network of axis-parallel line segments. For the structural complexity of kth-order city Voronoi diagrams of n point sites, we show an upper bound of O(k(n - k) + kc) and a lower bound of Ω(n + kc), where c is the complexity of… ▽ More

    Submitted 19 April, 2012; originally announced April 2012.

    Comments: 15 pages, extended version of paper to appear in Proc. 13th Scandinavian Symposium and Workshops on Algorithm Theory (SWAT'12), Helsinki, Finland, 2012

  8. arXiv:1104.5634  [pdf, other

    cs.CG

    Consistent Labeling of Rotating Maps

    Authors: Andreas Gemsa, Martin Nöllenburg, Ignaz Rutter

    Abstract: Dynamic maps that allow continuous map rotations, e.g., on mobile devices, encounter new issues unseen in static map labeling before. We study the following dynamic map labeling problem: The input is a static, labeled map, i.e., a set P of points in the plane with attached non-overlap** horizontal rectangular labels. The goal is to find a consistent labeling of P under rotation that maximizes th… ▽ More

    Submitted 29 April, 2011; originally announced April 2011.

    Comments: 17 pages, 10 figures. Extended version of paper to appear in Proc. 11th International Symposium Algorithms and Data Structures (WADS'11), New York, USA, 2011

    ACM Class: F.2.2