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