pub type DefaultDijkstra<Graph, WeightType> = Dijkstra<Graph, WeightType, EpochNodeWeightArray<WeightType>>;
Expand description

A Dijkstra implementation with a set of common optimisations.