Namespace Itinero.Algorithms.Contracted.EdgeBased
Classes
An algorithm to calculate a point-to-point route based on a contraction hierarchy. |
An algorithm to calculate a point-to-point route based on a contraction hierarchy. |
DirectedDynamicGraphExtensions Contains contraction related extension methods related to the directed dynamic graph. |
Builds a directed graph from a regular graph. |
Builds a directed graph from a regular graph. |
An implementation of the dykstra routing algorithm. |
An implementation of the dykstra routing algorithm. |
EdgeDifferencePriorityCalculator A priority calculator. |
EdgeDifferencePriorityCalculator<T> A priority calculator. |
Extension method for the edge path. |
Builds a contraction hierarchy. |
Builds a contraction hierarchy. |
ManyToManyBidirectionalDykstra An algorithm to calculate many-to-many weights based on a contraction hierarchy. |
ManyToManyBidirectionalDykstra<T> An algorithm to calculate many-to-many weights based on a contraction hierarchy. |
ManyToManyWeightsBidirectionalDykstra An algorithm to calculate many-to-many weights based on a contraction hierarchy. |
ManyToManyWeightsBidirectionalDykstra<T> An algorithm to calculate many-to-many weights based on a contraction hierarchy. |
Interfaces
A vertex priority calculator. |