NetworkX

Previous topic

is_attracting_component

Next topic

attracting_components

number_attracting_components

number_attracting_components(G)[source]

Returns the number of attracting components in G.

Parameters :

G : DiGraph, MultiDiGraph

The graph to be analyzed.

Returns :

n : int

The number of attracting components in G.