public IEnumerator<G> SplitIntoSubNetworks<G>() where G: new(), GoLayoutGenericNetwork<N,L,Y>
Type Parameters
- G
Return Value
An IEnumerator of networks, sorted in order of decreasing NodeCount.
public IEnumerator<G> SplitIntoSubNetworks<G>() where G: new(), GoLayoutGenericNetwork<N,L,Y>