A Faster Parametric Search for the Integral Quickest Transshipment Problem
Mariia Anapolska, Dario van den Boom, Christina B\"using, Timo Gersing

TL;DR
This paper introduces a faster algorithm for the integral quickest transshipment problem by replacing key subroutines, significantly reducing runtime from previous methods.
Contribution
It presents a structural improvement to Hoppe and Tardos' algorithm, replacing two subroutines to achieve a substantially faster runtime.
Findings
Runtime improved from $ ilde{O}(m^4 k^{15})$ to $ ilde{O}(m^2 k^5 + m^4 k^2)$
Fewer submodular function minimizations required
Enhanced efficiency for large networks with many terminals
Abstract
Algorithms for computing fractional solutions to the quickest transshipment problem have been significantly improved since Hoppe and Tardos first solved the problem in strongly polynomial time. For integral solutions, runtime improvements are limited to general progress on submodular function minimization, which is an integral part of Hoppe and Tardos' algorithm. Yet, no structural improvements on their algorithm itself have been proposed. We replace two central subroutines in the algorithm with methods that require vastly fewer minimizations of submodular functions. This improves the state-of-the-art runtime from down to , where is the number of terminals and is the number of arcs.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
