pub fn is_strong_bridge<Graph: StaticGraph>(
graph: &Graph,
edge: Graph::EdgeIndex,
) -> bool
Expand description
Returns true if the given edge is a strong bridge. Note that this function assumes that the graph is strongly connected, and always returns true otherwise.