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. |