Time-Sensitive Route Planning on Bus Networks

Published:Dec 28, 2025 11:48
1 min read
ArXiv

Analysis

This paper addresses a practical and challenging problem: finding optimal routes on bus networks considering time-dependent factors like bus schedules and waiting times. The authors propose a modified graph structure and two algorithms (brute-force and EA-Star) to solve this problem. The EA-Star algorithm, combining A* search with a focus on promising POI visit sequences, is a key contribution for improving efficiency. The use of real-world New York bus data validates the approach.

Reference

The EA-Star algorithm focuses on computing the shortest route for promising POI visit sequences.