Bramble (graph theory)

A bramble of order four in a 3×3 grid graph, consisting of six mutually touching connected subgraphs

In graph theory, a bramble for an undirected graph G is a family of connected subgraphs of G that all touch each other: for every pair of disjoint subgraphs, there must exist an edge in G that has one endpoint in each subgraph. The order of a bramble is the smallest size of a hitting set, a set of vertices of G that has a nonempty intersection with each of the subgraphs. Brambles may be used to characterize the treewidth of G.[1]

Treewidth and havens

A haven of order k in a graph G is a function β that maps each set X of fewer than k vertices to a connected component of G  X, in such a way that every two subsets β(X) and β(Y) touch each other. Thus, the set of images of β forms a bramble in G, with order k. Conversely, every bramble may be used to determine a haven: for each set X of size smaller than the order of the bramble, there is a unique connected component β(X) that contains all of the subgraphs in the bramble that are disjoint from X.

As Seymour and Thomas showed, the order of a bramble (or equivalently, of a haven) characterizes treewidth: a graph has a bramble of order k if and only if it has treewidth at least k 1.[1]

Size of brambles

Expander graphs of bounded degree have treewidth proportional to their number of vertices, and therefore also have brambles of linear order. However, as Grohe and Marx showed, for these graphs, a bramble of such a high order must include exponentially many sets. More strongly, for these graphs, even brambles whose order is slightly larger than the square root of the treewidth must have exponential size. However, Grohe and Marx also showed that every graph of treewidth k has a bramble of polynomial size and of order .[2]

Computational complexity

Because brambles may have exponential size, it is not always possible to construct them in polynomial time for graphs of unbounded treewidth. However, when the treewidth is bounded, a polynomial time construction is possible: it is possible to find a bramble of order k, when one exists, in time O(nk + 2) where n is the number of vertices in the given graph. Even faster algorithms are possible for graphs with few minimal separators.[3]

Bodlaender, Grigoriev, and Koster[4] studied heuristics for finding brambles of high order. Their methods do not always generate brambles of order close to the treewidth of the input graph, but for planar graphs they give a constant approximation ratio. Kreutzer and Tazari[5] provide randomized algorithms that, on graphs of treewidth k, find brambles of polynomial size and of order within polynomial time, coming within a logarithmic factor of the order shown by Grohe & Marx (2009) to exist for polynomial size brambles.

References

  1. 1 2 Seymour, Paul D.; Thomas, Robin (1993), "Graph searching and a min-max theorem for tree-width", Journal of Combinatorial Theory, Series B, 58 (1): 22–33, doi:10.1006/jctb.1993.1027, MR 1214888. In this reference, brambles are called "screens" and their order is called "thickness".
  2. Grohe, Martin; Marx, Dániel (2009), "On tree width, bramble size, and expansion", Journal of Combinatorial Theory, Series B, 99 (1): 218–228, doi:10.1016/j.jctb.2008.06.004, MR 2467827.
  3. Chapelle, Mathieu; Mazoit, Frédéric; Todinca, Ioan (2009), "Constructing brambles", Mathematical Foundations of Computer Science 2009: 34th International Symposium, MFCS 2009, Novy Smokovec, High Tatras, Slovakia, August 24-28, 2009, Proceedings, Lecture Notes in Computer Science, 5734, Berlin: Springer, pp. 223–234, doi:10.1007/978-3-642-03816-7_20, MR 2539494.
  4. Bodlaender, Hans L.; Grigoriev, Alexander; Koster, Arie M. C. A. (2008), "Treewidth lower bounds with brambles", Algorithmica, 51 (1): 81–98, doi:10.1007/s00453-007-9056-z, MR 2385750.
  5. Kreutzer, Stephan; Tazari, Siamak (2010), "On brambles, grid-like minors, and parameterized intractability of monadic second-order logic", Proceedings of the Twenty-First Annual ACM-SIAM Symposium on Discrete Algorithms (SODA '10), pp. 354–364.
This article is issued from Wikipedia - version of the 1/31/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.