articulation_points
Finds the articulation points (cut points) of a graph.
sasviya.network.algorithms.biconnected_components.articulation_points(g)
Parameters
- g : SAS graph object
-
Specifies the undirected input graph to assess.
Returns
- list
-
Returns a list of articulation points in the graph.
Last updated: July 28, 2026