pub fn adhesion(graph: &Graph, checks: bool) -> IgraphResult<i64>Expand description
Group adhesion — igraph C alias igraph_adhesion (flow.c:2433).
Exact synonym for edge_connectivity; kept for naming parity
with the upstream API and so users following the
White-Harary (2001) sociological-network literature have a direct
hit. Identical signature and behaviour.