Skip to main content

reachability

Function reachability 

Source
pub fn reachability<N, W>(
    graph: &Graph<N, W>,
) -> Result<Matrix<BoolRing>, GraphError>
Expand description

Reachability as the boolean closure of the adjacency matrix. Thin wrapper.