public IEnumerator<G> SplitIntoSubNetworks<G>() where G: new(), GenericNetwork<V,E,Y>
Type Parameters
- G
Return Value
An IEnumerator of networks, sorted in order of decreasing vertex count.
public IEnumerator<G> SplitIntoSubNetworks<G>() where G: new(), GenericNetwork<V,E,Y>