Module differential_dataflow::algorithms::graphs::bijkstra[][src]

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.