KEdgeConnectedGraphQ[g,k]
yields True if the graph g is k-edge-connected and False otherwise.
KEdgeConnectedGraphQ
KEdgeConnectedGraphQ[g,k]
yields True if the graph g is k-edge-connected and False otherwise.
Examples
open all close allBasic Examples (2)
Test whether a graph is 2-edge-connected:
Graph[{12, 23, 31}]KEdgeConnectedGraphQ[%, 2]A graph with isolated vertices is not k-edge-connected:
Graph[{1, 2, 3, 4, 5}, {12, 23, 31, 45}]KEdgeConnectedGraphQ[%, 1]Scope (5)
KEdgeConnectedGraphQ[[image], 2]KEdgeConnectedGraphQ[[image], 2]KEdgeConnectedGraphQ[[image], 2]KEdgeConnectedGraphQ[[image], 2]KEdgeConnectedGraphQ gives False for anything that is not a k-connected graph:
KEdgeConnectedGraphQ[x, 1]Properties & Relations (3)
The complete graph
is
-edge-connected:
KEdgeConnectedGraphQ[CompleteGraph[4], 3]An undirected tree is 1-edge-connected:
TreeGraph[{12, 13, 14}]{KEdgeConnectedGraphQ[%, 1], KEdgeConnectedGraphQ[%, 2]}A k-edge-connected graph has edge connectivity greater than or equal to k:
g = [image];EdgeConnectivity[g]KEdgeConnectedGraphQ[g, 2]KEdgeConnectedGraphQ[g, 3]Related Guides
History
Text
Wolfram Research (2014), KEdgeConnectedGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/KEdgeConnectedGraphQ.html.
CMS
Wolfram Language. 2014. "KEdgeConnectedGraphQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/KEdgeConnectedGraphQ.html.
APA
Wolfram Language. (2014). KEdgeConnectedGraphQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KEdgeConnectedGraphQ.html
BibTeX
@misc{reference.wolfram_2026_kedgeconnectedgraphq, author="Wolfram Research", title="{KEdgeConnectedGraphQ}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/KEdgeConnectedGraphQ.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_kedgeconnectedgraphq, organization={Wolfram Research}, title={KEdgeConnectedGraphQ}, year={2014}, url={https://reference.wolfram.com/language/ref/KEdgeConnectedGraphQ.html}, note=[Accessed: 12-June-2026]}