🌙

大规模计算约束最短路径

Computing Constrained Shortest-Paths at Scale

Operations Research · 2021
被引 2
人大 AFT50UTD24ABS 4*

中文导读

针对现代交通服务平台的需求,研究了通过预处理技术大规模计算约束最短路径(CSP)的问题,提出了可扩展算法并验证其性能,比现有方法快数个数量级。

Abstract

Motivated by the needs of modern transportation service platforms, we study the problem of computing constrained shortest paths (CSP) at scale via preprocessing techniques. Our work makes two contributions in this regard: 1) We propose a scalable algorithm for CSP queries and show how its performance can be parametrized in terms of a new network primitive, the constrained highway dimension. This development extends recent work that established the highway dimension as the appropriate primitive for characterizing the performance of unconstrained shortest-path (SP) algorithms. Our main theoretical contribution is deriving conditions relating the two notions, thereby providing a characterization of networks where CSP and SP queries are of comparable hardness. 2) We develop practical algorithms for scalable CSP computation, augmenting our theory with additional network clustering heuristics. We evaluate these algorithms on real-world data sets to validate our theoretical findings. Our techniques are orders of magnitude faster than existing approaches while requiring only limited additional storage and preprocessing.

计算机科学算法图论交通网络优化