pub fn single_source_shortest_path<T, S>(
graph: &S,
source: usize,
method: ShortestPathMethod,
directed: bool,
returnpredecessors: bool,
) -> SparseResult<(Array1<T>, Option<Array1<isize>>)>
Expand description
Single source shortest paths