single_source_shortest_path

Function single_source_shortest_path 

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

Single source shortest paths