Module rustworkx_core::distancemap
source · Expand description
This module contains the DistanceMap trait which is used in
shortest_path.
The trait allows the shortest path functions to support multiple return types.
Traits
- A mapping for storing the distances of nodes for shortest path algorithms.