[][src]Function fast_paths::calc_path

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

Calculates the shortest path from source to target.