is2VertexConnected property

bool get is2VertexConnected

Checks if the graph is 2-vertex-connected (no articulation points)

Implementation

bool get is2VertexConnected => articulationPoints.isEmpty;