all_pairs_shortest_path

Function all_pairs_shortest_path 

Source
pub fn all_pairs_shortest_path<T, S>(
    graph: &S,
    method: ShortestPathMethod,
    directed: bool,
    returnpredecessors: bool,
) -> SparseResult<(Array2<T>, Option<Array2<isize>>)>
where T: Float + Debug + Copy + 'static, S: SparseArray<T>,
Expand description

All pairs shortest paths