Warning
This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.
HybridΒΆ
Provides functions for finding and testing for locally -connected graphs.
kl_connected_subgraph (G, k, l[, low_memory, ...]) |
Returns the maximum locally -connected subgraph of G . |
is_kl_connected (G, k, l[, low_memory]) |
Returns True if and only if G is locally -connected. |