NetworkX

Previous topic

networkx.algorithms.components.attracting.is_attracting_component

Next topic

networkx.algorithms.components.attracting.attracting_components

networkx.algorithms.components.attracting.number_attracting_components

networkx.algorithms.components.attracting.number_attracting_components(G)

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.