English

Constrain Path Optimization on Time-Dependent Road Networks

Other Computer Science 2024-09-27 v1

Abstract

Time-Dependent Constrained Path Optimization (TD-CPO) takes the following input: (i) time-dependent (TD) road network, (ii) source (ss), (iii) destination (dd), (iv) departure time (tt) and, (v) budget (B\mathcal{B}). In TD graph, each edge is characterized by a time-dependent arrival time and a score function. TD-CPO aims to determine a loopless path ss--dd departing from ss at time tt and arriving at dd on or before t+Bt+\mathcal{B} while maximizing the score. TD-CPO has applications in urban navigation. TD-CPO is a variant of the Arc Orienteering Problem (AOP) known to be NP-hard in nature. The key computational challenge of TD-CPO is that we need to find the "longest path" in terms of score within the given budget constraint in a TD graph. Current works prune down the search space very aggressively. Thus, despite having low execution time, these algorithms often produce low-quality solutions. In contrast, our proposed approach SCOPE\mathcal{SCOPE} efficiently solves TD-CPO by exploiting road networks' spatial and temporal properties. The inherent computational structure of SCOPE\mathcal{SCOPE} enables trivial parallelization for improved performance. Our experiments indicate that SCOPE\mathcal{SCOPE} produces superior quality solutions (nearly 2x2x) compared to the state-of-the-art algorithm while having comparable running times. Furthermore, SCOPE\mathcal{SCOPE} exhibits almost linear speedup as the number of CPUs (cores) increases (up to 24 CPUs).

Keywords

Cite

@article{arxiv.2409.17192,
  title  = {Constrain Path Optimization on Time-Dependent Road Networks},
  author = {Kousik Kumar Dutta and Venkata M. V. Gunturi},
  journal= {arXiv preprint arXiv:2409.17192},
  year   = {2024}
}

Comments

10pages 17 figures

R2 v1 2026-06-28T18:57:06.214Z