NetLogo 7.0.0-beta2:

nw:weak-component-clusters

nw:weak-component-clusters

Reports the list of “weakly” connected components in the current network context. A weakly connected component is simply a group of nodes where there is a path from each node to every other node. A “strongly” connected component would be one where there is a directed path from each node to every other. The extension does not support the identification of strongly connected components at the moment.

The result is reported as a list of agentsets, in random order. Note that one turtle cannot be a member of more than one weakly connected component at once.

Take me to the full Networks Extension Dictionary