IsolatesΒΆ
Functions for identifying isolate (degree zero) nodes.
is_isolate(G, n) | Determine of node n is an isolate (degree zero). |
isolates(G) | Return list of isolates in the graph. |
Functions for identifying isolate (degree zero) nodes.
is_isolate(G, n) | Determine of node n is an isolate (degree zero). |
isolates(G) | Return list of isolates in the graph. |