Pith. sign in

REVIEW 3 cited by

Timetable Nodes for Public Transport Network

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2410.15715 v2 pith:2NYARPNT submitted 2024-10-21 cs.DS cs.AIcs.CG

Timetable Nodes for Public Transport Network

classification cs.DS cs.AIcs.CG
keywords networkstransportpathfindingapproachescomputationaledgesgeometrygraph-based
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
abstract

Faster pathfinding in time-dependent transport networks is an important and challenging problem in navigation systems. There are two main types of transport networks: road networks for car driving and public transport route network. The solutions that work well in road networks, such as Time-dependent Contraction Hierarchies and other graph-based approaches, do not usually apply in transport networks. In transport networks, non-graph solutions such as CSA and RAPTOR show the best results compared to graph-based techniques. In our work, we propose a method that advances graph-based approaches by using different optimization techniques from computational geometry to speed up the search process in transport networks. We apply a new pre-computation step, which we call timetable nodes (TTN). Our inspiration comes from an iterative search problem in computational geometry. We implement two versions of the TTN: one uses a Combined Search Tree (TTN-CST), and the second uses Fractional Cascading (TTN-FC). Both of these approaches decrease the asymptotic complexity of reaching new nodes from $O(k\times \log|C|)$ to $O(k + \log(k) + \log(|C|))$, where $k$ is the number of outgoing edges from a node and $|C|$ is the size of the timetable information (total outgoing edges). Our solution suits any other time-dependent networks and can be integrated into other pathfinding algorithms. Our experiments indicate that this pre-computation significantly enhances the performance on high-density graphs. This study showcases how leveraging computational geometry can enhance pathfinding in transport networks, enabling faster pathfinding in scenarios involving large numbers of outgoing edges.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Early Pruning for Public Transport Routing

    cs.DS 2026-03 conditional novelty 7.0

    Early Pruning accelerates RAPTOR-based public transport routing by up to 57% via pre-sorting transfers by duration and pruning longer ones that cannot improve arrival times, while preserving Pareto optimality when ext...

  2. Early Pruning for Public Transport Routing

    cs.DS 2026-03 conditional novelty 6.0

    Early Pruning accelerates RAPTOR-based public transport routers by up to 57% on Switzerland and London networks via duration-sorted transfer pruning while preserving Pareto optimality under monotonic criteria.

  3. Early Pruning for Public Transport Routing

    cs.DS 2026-03 unverdicted novelty 5.0

    Pre-sorting transfers by duration and pruning non-improving ones cuts RAPTOR-family query times by up to 57% while preserving optimality.