Module differential_dataflow::algorithms::graphs::bijkstra

source ·
Expand description

Bi-directional Dijkstra distance labeling.

Functions§

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