APULSE: A Scalable Hybrid Algorithm for the RCSPP on Large-Scale Dense Graphs
Nuno Soares, António Grilo
TL;DR
APULSE tackles RCSPP on large-scale dense graphs with a unidirectional, A*-guided search augmented by Pulse-style pruning and time bucketing. The method uses Phase 1 heuristic pre-computation and Phase 2 guided exploration with multi-level pruning, plus auto-tuned temporal granularity, to achieve near-optimal solutions with substantial speedups over exact solvers. Empirical results on a large UGV planning graph show APULSE often outperforming state-of-the-art exact solvers in runtime while maintaining near-optimal or optimal quality, enabling interactive decision support and dynamic replanning. This work demonstrates a scalable, robust approach for dense-grid path planning under time and risk constraints, with potential extensions to additional resources and multi-agent settings.
Abstract
The resource-constrained shortest path problem (RCSPP) is a fundamental NP-hard optimization challenge with broad applications, from network routing to autonomous navigation. This problem involves finding a path that minimizes a primary cost subject to a budget on a secondary resource. While various RCSPP solvers exist, they often face critical scalability limitations when applied to the large, dense graphs characteristic of complex, real-world scenarios, making them impractical for time-critical planning. This challenge is particularly acute in domains like mission planning for unmanned ground vehicles (UGVs), which demand solutions on large-scale terrain graphs. This paper introduces APULSE, a hybrid label-setting algorithm designed to efficiently solve the RCSPP on such challenging graphs. APULSE integrates a best-first search guided by an A* heuristic with aggressive, Pulse-style pruning mechanisms and a time-bucketing strategy for effective state-space reduction. A computational study, using a large-scale UGV planning scenario, benchmarks APULSE against state-of-the-art algorithms. The results demonstrate that APULSE consistently finds near-optimal solutions while being orders of magnitude faster and more robust, particularly on large problem instances where competing methods fail. This superior scalability establishes APULSE as an effective solution for RCSPP in complex, large-scale environments, enabling capabilities such as interactive decision support and dynamic replanning.
