GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Vertex Cut Set

    Definition

    A vertex cut, also called a vertex cut set or separating set, of a connected graph G is a subset of the vertex set S⊆V(G) such that G - S has more than one connected component. In other words, a vertex cut is a subset of vertices of a connected graph which, if removed (or "cut")--together with any incident edges--disconnects the graph (i.e., forms a disconnected graph). A vertex cut set of size 1 in a connected graph corresponds to an articulation vertex. A vertex cut of smallest size in a given connected graph G is called a minimum vertex cut and can be found in the Wolfram Language using the function FindVertexCut[G].

    Related Wolfram Language symbol

    FindVertexCut