English

A Faster Algorithm for Quickest Transshipments via an Extended Discrete Newton Method

Data Structures and Algorithms 2021-08-16 v1 Discrete Mathematics Combinatorics Optimization and Control

Abstract

The Quickest Transshipment Problem is to route flow as quickly as possible from sources with supplies to sinks with demands in a network with capacities and transit times on the arcs. It is of fundamental importance for numerous applications in areas such as logistics, production, traffic, evacuation, and finance. More than 25 years ago, Hoppe and Tardos presented the first (strongly) polynomial-time algorithm for this problem. Their approach, as well as subsequently derived algorithms with strongly polynomial running time, are hardly practical as they rely on parametric submodular function minimization via Megiddo's method of parametric search. The main contribution of this paper is a considerably faster algorithm for the Quickest Transshipment Problem that instead employs a subtle extension of the Discrete Newton Method. This improves the previously best known running time of O~(m4k14)\tilde{O}(m^4k^{14}) to O~(m2k5+m3k3+m3n)\tilde O(m^2k^5+m^3k^3+m^3n), where nn is the number of nodes, mm the number of arcs, and kk the number of sources and sinks.

Keywords

Cite

@article{arxiv.2108.06239,
  title  = {A Faster Algorithm for Quickest Transshipments via an Extended Discrete Newton Method},
  author = {Miriam Schlöter and Martin Skutella and Khai Van Tran},
  journal= {arXiv preprint arXiv:2108.06239},
  year   = {2021}
}
R2 v1 2026-06-24T05:05:48.742Z