Expand description
Module railway_algorithms provides algorithms for working with railway networks.
The module contains the PathFinding trait, which offers methods to calculate the
shortest path distance, the shortest path as a list of node IDs, and the shortest
path as a list of edge IDs for railway networks.
Traits
PathFindingtrait provides pathfinding algorithms for railway networks.- Algorithms for railway edges.
RailwayGraphAlgostrait provides algorithms for railway graphs.