Bicomponents
Bicomponents[g]
gives the biconnected components of the undirected graph g.
Details and Options
- Bicomponents functionality is now available in the built-in Wolfram Language function KVertexConnectedComponents.
- To use Bicomponents, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"].
- A biconnected component is a maximal subgraph that has no cutpoint, where a cutpoint is a vertex v such that the subgraph becomes disconnected if v and all its edges are removed.
- Bicomponents treats the input g as an undirected graph.
Examples
open allclose allBasic Examples (2)
This shows that a simple line with two vertices is biconnected:
Bicomponents has been superseded by KVertexConnectedComponents:
Scope (1)
Properties & Relations (2)
This shows that a simple line with two vertices is biconnected:
This shows its biconnected components and connected components:
The result from WeakComponents is always smaller than that of Bicomponents:
Text
Wolfram Research (2007), Bicomponents, Wolfram Language function, https://reference.wolfram.com/language/GraphUtilities/ref/Bicomponents.html.
CMS
Wolfram Language. 2007. "Bicomponents." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphUtilities/ref/Bicomponents.html.
APA
Wolfram Language. (2007). Bicomponents. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphUtilities/ref/Bicomponents.html