pub fn calc_path( fast_graph: &FastGraph, source: NodeId, target: NodeId, ) -> Option<ShortestPath>
Calculates the shortest path from source to target.
source
target