differential_dataflow::algorithms::graphs

Module 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.