Hubbry Logo
search button
Sign in
Strength of a graph
Strength of a graph
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Strength of a graph
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Strength of a graph Wikipedia article. Here, you can discuss, collect, and organize anything related to Strength of a graph. The purpose of the hub is to c...
Add your contribution
Strength of a graph
Strength of a graph: example
A graph with strength 2: the graph is here decomposed into three parts, with 4 edges between the parts, giving a ratio of 4/(3-1)=2.
Table of graphs and parameters

In graph theory, the strength of an undirected graph corresponds to the minimum ratio of edges removed/components created in a decomposition of the graph in question. It is a method to compute partitions of the set of vertices and detect zones of high concentration of edges, and is analogous to graph toughness which is defined similarly for vertex removal.

Definitions

[edit]

The strength of an undirected simple graph G = (VE) admits the three following definitions:

  • Let be the set of all partitions of , and be the set of edges crossing over the sets of the partition , then .
  • Also if is the set of all spanning trees of G, then

Complexity

[edit]

Computing the strength of a graph can be done in polynomial time, and the first such algorithm was discovered by Cunningham (1985). The algorithm with best complexity for computing exactly the strength is due to Trubin (1993), uses the flow decomposition of Goldberg and Rao (1998), in time .

Properties

[edit]
  • If is one partition that maximizes, and for , is the restriction of G to the set , then .
  • The Tutte-Nash-Williams theorem: is the maximum number of edge-disjoint spanning trees that can be contained in G.
  • Contrary to the graph partition problem, the partitions output by computing the strength are not necessarily balanced (i.e. of almost equal size).

References

[edit]