is2VertexConnected property
bool
get
is2VertexConnected
Checks if the graph is 2-vertex-connected (no articulation points)
Implementation
bool get is2VertexConnected => articulationPoints.isEmpty;
Checks if the graph is 2-vertex-connected (no articulation points)
bool get is2VertexConnected => articulationPoints.isEmpty;