Module bijkstra

Source
Expand description

Bi-directional Dijkstra distance labeling.

Functionsยง

bidijkstra
Returns the subset of goals that can reach each other in edges, with distance.
bidijkstra_arranged
Bi-directional Dijkstra search using arranged forward and reverse edge collections.