pub fn all_pairs_shortest_path<T, S>(
graph: &S,
method: ShortestPathMethod,
directed: bool,
returnpredecessors: bool,
) -> SparseResult<(Array2<T>, Option<Array2<isize>>)>
Expand description
All pairs shortest paths
pub fn all_pairs_shortest_path<T, S>(
graph: &S,
method: ShortestPathMethod,
directed: bool,
returnpredecessors: bool,
) -> SparseResult<(Array2<T>, Option<Array2<isize>>)>
All pairs shortest paths