Function fast_paths::calc_path

source ·
pub fn calc_path(
    fast_graph: &FastGraph,
    source: NodeId,
    target: NodeId
) -> Option<ShortestPath>
Expand description

Calculates the shortest path from source to target.