Skip to main content

Showing 1–3 of 3 results for author: Hüffner, F

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

    cs.DS

    A Strategic Routing Framework and Algorithms for Computing Alternative Paths

    Authors: Thomas Bläsius, Maximilian Böther, Philipp Fischbeck, Tobias Friedrich, Alina Gries, Falk Hüffner, Otto Kißig, Pascal Lenzner, Louise Molitor, Leon Schiller, Armin Wells, Simon Wietheger

    Abstract: Traditional navigation services find the fastest route for a single driver. Though always using the fastest route seems desirable for every individual, selfish behavior can have undesirable effects such as higher energy consumption and avoidable congestion, even leading to higher overall and individual travel times. In contrast, strategic routing aims at optimizing the traffic for all agents regar… ▽ More

    Submitted 24 August, 2020; originally announced August 2020.

    Comments: 19 pages, 7 figures, full version of paper accepted at ATMOS 2020

  2. Fixed-Parameter Algorithms for DAG Partitioning

    Authors: René van Bevern, Robert Bredereck, Morgan Chopin, Sepp Hartung, Falk Hüffner, André Nichterlein, Ondřej Suchý

    Abstract: Finding the origin of short phrases propagating through the web has been formalized by Leskovec et al. [ACM SIGKDD 2009] as DAG Partitioning: given an arc-weighted directed acyclic graph on $n$ vertices and $m$ arcs, delete arcs with total weight at most $k$ such that each resulting weakly-connected component contains exactly one sink---a vertex without outgoing arcs. DAG Partitioning is NP-hard.… ▽ More

    Submitted 27 November, 2016; originally announced November 2016.

    Comments: A preliminary version of this article appeared at CIAC'13. Besides providing full proof details, this revised and extended version improves our O(2^k * n^2)-time algorithm to run in O(2^k * (n+m)) time and provides linear-time executable data reduction rules. Moreover, we experimentally evaluated the algorithm and compared it to known heuristics

    ACM Class: F.2.2; G.2.2

    Journal ref: Discrete Applied Mathematics 220:134-160, 2017

  3. arXiv:1012.3932  [pdf, other

    cs.DS

    Balanced Interval Coloring

    Authors: Antonios Antoniadis, Falk Hüffner, Pascal Lenzner, Carsten Moldenhauer, Alexander Souza

    Abstract: We consider the discrepancy problem of coloring $n$ intervals with $k$ colors such that at each point on the line, the maximal difference between the number of intervals of any two colors is minimal. Somewhat surprisingly, a coloring with maximal difference at most one always exists. Furthermore, we give an algorithm with running time $O(n \log n + kn \log k)$ for its construction. This is in part… ▽ More

    Submitted 17 December, 2010; originally announced December 2010.

    Comments: Accepted at STACS 2011

    ACM Class: F.2.2