<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=67.232.56.99</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=67.232.56.99"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/67.232.56.99"/>
	<updated>2026-09-06T21:49:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Portal:Geometry/Selected_article/6&amp;diff=22002</id>
		<title>Portal:Geometry/Selected article/6</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Portal:Geometry/Selected_article/6&amp;diff=22002"/>
		<updated>2009-09-02T01:06:30Z</updated>

		<summary type="html">&lt;p&gt;67.232.56.99: Pentagram-phi.svg was corrected, hence I&amp;#039;m now reverting it back to this image.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Branch-decomposition.svg|thumb|400px|Branch decomposition of a [[grid graph]], showing an e-separation. The separation, the decomposition, and the graph all have width three.]]&lt;br /&gt;
In [[graph theory]], a &#039;&#039;&#039;branch-decomposition&#039;&#039;&#039; of an [[undirected graph]] &#039;&#039;G&#039;&#039; is a [[hierarchical clustering]] of the edges of &#039;&#039;G&#039;&#039;, represented by an [[unrooted binary tree]] &#039;&#039;T&#039;&#039; with the edges of &#039;&#039;G&#039;&#039; as its leaves. Removing any edge from &#039;&#039;T&#039;&#039; partitions the edges of &#039;&#039;G&#039;&#039; into two subgraphs, and the width of the decomposition is the maximum number of shared vertices of any pair of subgraphs formed in this way. &lt;br /&gt;
The &#039;&#039;&#039;branchwidth&#039;&#039;&#039; of &#039;&#039;G&#039;&#039; is the minimum width of any branch-decomposition of &#039;&#039;G&#039;&#039;; branchwidth is closely related to [[tree decomposition|tree-width]] and many graph optimization problems may be solved efficiently for graphs of small branchwidth. Branch-decompositions and branchwidth may also be generalized from graphs to [[matroid]]s.&lt;br /&gt;
&lt;br /&gt;
==Definitions==&lt;br /&gt;
An [[unrooted binary tree]] is a connected undirected graph with no cycles in which each non-leaf node has exactly three neighbors. A branch-decomposition may be represented by an unrooted binary tree &#039;&#039;T&#039;&#039;, together with a bijection between the leaves of &#039;&#039;T&#039;&#039; and the edges of the given graph &#039;&#039;G&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;(&#039;&#039;V&#039;&#039;,&#039;&#039;E&#039;&#039;).&lt;br /&gt;
If &#039;&#039;e&#039;&#039; is any edge of the tree &#039;&#039;T&#039;&#039;, then removing &#039;&#039;e&#039;&#039; from &#039;&#039;T&#039;&#039; partitions it into two subtrees &#039;&#039;T&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and &#039;&#039;T&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. This partition of &#039;&#039;T&#039;&#039; into subtrees induces a partition of the edges associated with the leaves of &#039;&#039;T&#039;&#039; into two subgraphs &#039;&#039;G&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and &#039;&#039;G&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; of &#039;&#039;G&#039;&#039;. This partition of &#039;&#039;G&#039;&#039; into two subgraphs is called an &#039;&#039;&#039;e-separation&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The width of an e-separation is the number of vertices of &#039;&#039;G&#039;&#039; that are incident both to an edge of &#039;&#039;E&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and to an edge of &#039;&#039;E&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;; that is, it is the number of vertices that are shared by the two subgraphs &#039;&#039;G&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and &#039;&#039;G&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;. The width of the branch-decomposition is the maximum width of any of its e-separations. The branchwidth of &#039;&#039;G&#039;&#039; is the minimum width of a branch-decomposition of &#039;&#039;G&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Relation to treewidth==&lt;br /&gt;
Branch-decompositions of graphs are closely related to [[tree decomposition]]s, and branch-width is closely related to [[tree decomposition|tree-width]]: the two quantities are always within a constant factor of each other. In particular, in the paper in which they introduced branch-width, [[Neil Robertson (mathematician)|Neil Robertson]] and [[Paul Seymour (mathematician)|Paul Seymour]]&amp;lt;ref&amp;gt;{{harvnb|Robertson|Seymour|1991}}, Theorem 5.1, p. 168.&amp;lt;/ref&amp;gt; showed that for a graph &#039;&#039;G&#039;&#039;&lt;br /&gt;
with tree-width &#039;&#039;k&#039;&#039; and branchwidth {{nowrap|&#039;&#039;b&#039;&#039; &amp;gt; 1,}} &lt;br /&gt;
:&amp;lt;math&amp;gt;b -1 \le k \le \left\lfloor\frac{3}{2}b\right\rfloor -1.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Carving width==&lt;br /&gt;
Carving width is a concept defined similarly to branch width, except with edges replaced by vertices and vice versa. A carving decomposition is an unrooted binary tree with each leaf representing a vertex in the original graph, and the width of a cut is the number (or total weight in a weighted graph) of edges that are incident to a vertex in both subtrees. &lt;br /&gt;
&lt;br /&gt;
Branch width algorithms typically work by reducing to an equivalent carving width problem. In particular, the carving width of the [[medial graph]] of a graph is exactly twice the branch width of the original graph.&amp;lt;ref name=&amp;quot;st94&amp;quot;&amp;gt;{{harvtxt|Seymour|Thomas|1994}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Algorithms and complexity==&lt;br /&gt;
It is [[NP-complete]] to determine whether a graph &#039;&#039;G&#039;&#039; has a branch-decomposition of width at most &#039;&#039;k&#039;&#039;, when &#039;&#039;G&#039;&#039; and &#039;&#039;k&#039;&#039; are both considered as inputs to the problem.&amp;lt;ref name=&amp;quot;st94&amp;quot;/&amp;gt; However, the graphs with branchwidth at most &#039;&#039;k&#039;&#039; form a [[Minor (graph theory)|minor-closed family of graphs]],&amp;lt;ref&amp;gt;{{harvtxt|Robertson|Seymour|1991}}, Theorem 4.1, p. 164.&amp;lt;/ref&amp;gt; from which it follows that computing the branchwidth is [[Parameterized complexity|fixed-parameter tractable]]: there is an algorithm for computing optimal branch-decompositions whose running time, on graphs of branchwidth &#039;&#039;k&#039;&#039; for any fixed constant &#039;&#039;k&#039;&#039;, is linear in the size of the input graph.&amp;lt;ref&amp;gt;{{harvtxt|Bodlaender|Thilikos|1997}}. {{harvtxt|Fomin|Mazoit|Todinca|2009}} describe an algorithm with improved dependence on &#039;&#039;k&#039;&#039;, (2&amp;amp;radic;3)&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;&amp;lt;/sup&amp;gt;, at the expense of an increase in the dependence on the number of vertices from linear to quadratic.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
For [[planar graph]]s, the branchwidth can be computed exactly in polynomial time.,&amp;lt;ref name=&amp;quot;st94&amp;quot;/&amp;gt; this in contrast to treewidth for which the complexity on planar graphs is a well known open problem.&lt;br /&gt;
&lt;br /&gt;
As with treewidth, branchwidth can be used as the basis of [[dynamic programming]] algorithms for many NP-hard optimization problems, using an amount of time that is exponential in the width of the input graph or matroid.&amp;lt;ref&amp;gt;{{harvtxt|Hicks|2000}}; {{harvtxt|Hliněný|2003}}.&amp;lt;/ref&amp;gt; For instance, {{harvtxt|Cook|Seymour|2003}} apply branchwidth-based dynamic programming to a problem of merging multiple partial solutions to the [[travelling salesman problem]] into a single global solution, by forming a sparse graph from the union of the partial solutions, using a [[spectral clustering]] heuristic to find a good branch-decomposition of this graph, and applying dynamic programming to the decomposition. {{harvtxt|Fomin|Thilikos|2006}} argue that branchwidth works better than treewidth in the development of fixed-parameter-tractable algorithms on planar graphs, for multiple reasons: branchwidth may be more tightly bounded by a function of the parameter of interest than the bounds on treewidth, it can be computed exactly in polynomial time rather than merely approximated, and the algorithm for computing it has no large hidden constants.&lt;br /&gt;
&lt;br /&gt;
==Generalization to matroids==&lt;br /&gt;
It is also possible to define a notion of branch-decomposition for [[matroid]]s that generalizes branch-decompositions of graphs.&amp;lt;ref&amp;gt;{{harvnb|Robertson|Seymour|1991}}. Section 12, &amp;quot;Tangles and Matroids&amp;quot;, pp. 188–190.&amp;lt;/ref&amp;gt; A branch-decomposition of a matroid is a hierarchical clustering of the matroid elements, represented as an unrooted binary tree with the elements of the matroid at its leaves. An e-separation may be defined in the same way as for graphs, and results in a partition of the set &#039;&#039;M&#039;&#039; of matroid elements into two subsets &#039;&#039;A&#039;&#039; and &#039;&#039;B&#039;&#039;. If ρ denotes the [[Matroid rank|rank function]] of the matroid, then the width of an e-separation is defined as {{nowrap|ρ(&#039;&#039;A&#039;&#039;) + ρ(&#039;&#039;B&#039;&#039;) &amp;amp;minus; ρ(&#039;&#039;M&#039;&#039;) + 1}}, and the width of the decomposition and the branchwidth of the matroid are defined analogously. The branchwidth of a graph and the branchwidth of the corresponding [[graphic matroid]] may differ: for instance, the three-edge [[path graph]] and the three-edge [[star (graph theory)|star]] have different branchwidths, 2 and 1 respectively, but they both induce the same graphic matroid with branchwidth 1.&amp;lt;ref name=&amp;quot;mt07&amp;quot;/&amp;gt; However, for graphs that are not trees, the branchwidth of the graph is equal to the branchwidth of its associated graphic matroid.&amp;lt;ref&amp;gt;{{harvtxt|Mazoit|Thomassé|2007}}; {{harvtxt|Hicks|McMurray|2007}}.&amp;lt;/ref&amp;gt; The branchwidth of a matroid is equal to the branchwidth of its [[dual matroid]], and in particular this implies that the branchwidth of any planar graph that is not a tree is equal to that of its dual.&amp;lt;ref name=&amp;quot;mt07&amp;quot;&amp;gt;{{harvtxt|Mazoit|Thomassé|2007}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Branchwidth is an important component of attempts to extend the theory of [[graph minor]]s to [[matroid minor]]s: although [[treewidth]] can also be generalized to matroids,&amp;lt;ref&amp;gt;{{harvtxt|Hliněný|Whittle|2006}}.&amp;lt;/ref&amp;gt; and plays a bigger role than branchwidth in the theory of graph minors, branchwidth has more convenient properties in the matroid setting.&amp;lt;ref&amp;gt;{{harvtxt|Geelen|Gerards|Whittle|2006}}.&amp;lt;/ref&amp;gt; Robertson and Seymour conjectured that the matroids representable over any particular [[finite field]] are [[well-quasi-ordering|well-quasi-ordered]], analogously to the [[Robertson–Seymour theorem]] for graphs, but so far this has been proven only for the matroids of bounded branchwidth.&amp;lt;ref&amp;gt;{{harvtxt|Geelen|Gerards|Whittle|2002}}; {{harvtxt|Geelen|Gerards|Whittle|2006}}.&amp;lt;/ref&amp;gt; Additionally, if a minor-closed family of matroids representable over a finite field does not include the graphic matroids of all planar graphs, then there is a constant bound on the branchwidth of the matroids in the family, generalizing similar results for minor-closed graph families.&amp;lt;ref&amp;gt;{{harvtxt|Geelen|Gerards|Whittle|2006}}; {{harvtxt|Geelen|Gerards|Whittle|2007}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For any fixed constant &#039;&#039;k&#039;&#039;, the matroids with branchwidth at most &#039;&#039;k&#039;&#039; can be recognized in [[polynomial time]] by an algorithm that has access to the matroid via an [[matroid oracle|independence oracle]].&amp;lt;ref&amp;gt;{{harvtxt|Oum|Seymour|2007}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Forbidden minors==&lt;br /&gt;
[[File:Branchwidth 3-forbidden minors.svg|thumb|The four [[forbidden minor]]s for graphs of branchwidth three.]]&lt;br /&gt;
By the [[Robertson–Seymour theorem]], the graphs of branchwidth &#039;&#039;k&#039;&#039; can be characterized by a finite set of [[forbidden minor]]s. The graphs of branchwidth 0 are the [[matching (graph theory)|matchings]]; the minimal forbidden minors are a two-edge [[path graph]] and a triangle graph  (or the two-edge cycle, if multigraphs rather than simple graphs are considered).&amp;lt;ref name=&amp;quot;rs91-4.2&amp;quot;/&amp;gt; The graphs of branchwidth 1 are the graphs in which each [[connected component (graph theory)|connected component]] is a [[star (graph theory)|star]]; the minimal forbidden minors for branchwidth 1 are the triangle graph (or the two-edge cycle, if multigraphs rather than simple graphs are considered) and the three-edge path graph.&amp;lt;ref name=&amp;quot;rs91-4.2&amp;quot;/&amp;gt; The graphs of branchwidth 2 are the graphs in which each [[biconnected component]] is a [[series-parallel graph]]; the only minimal forbidden minor is the [[complete graph]] &#039;&#039;K&#039;&#039;&amp;lt;sub&amp;gt;4&amp;lt;/sub&amp;gt; on four vertices.&amp;lt;ref name=&amp;quot;rs91-4.2&amp;quot;&amp;gt;{{harvtxt|Robertson|Seymour|1991}}, Theorem 4.2, p. 165.&amp;lt;/ref&amp;gt; A graph has branchwidth three if and only if it has treewidth three and does not have the [[hypercube graph|cube graph]] as a minor; therefore, the four minimal forbidden minors are three of the four forbidden minors for treewidth three (the graph of the [[octahedron]], the complete graph &#039;&#039;K&#039;&#039;&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;, and the [[Wagner graph]]) together with the cube graph.&amp;lt;ref&amp;gt;{{harvtxt|Bodlaender|Thilikos|1999}}. The fourth forbidden minor for treewidth three, the pentagonal prism, has the cube graph as a minor, so it is not minimal for branchwidth three.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Forbidden minors have also been studied for matroid branchwidth, despite the lack of a full analogue to the Robertson–Seymour theorem in this case. A matroid has branchwidth one if and only if every element is either a loop or a coloop, so the unique minimal forbidden minor is the [[uniform matroid]] U(2,3), the graphic matroid of the triangle graph. A matroid has branchwidth two if and only if it is the graphic matroid of a graph of branchwidth two, so its minimal forbidden minors are the graphic matroid of &#039;&#039;K&#039;&#039;&amp;lt;sub&amp;gt;4&amp;lt;/sub&amp;gt; and the non-graphic matroid U(2,4). The matroids of branchwidth three are not well-quasi-ordered without the additional assumption of representability over a finite field, but nevertheless the matroids with any finite bound on their branchwidth have finitely many minimal forbidden minors, all of which have a number of elements that is at most exponential in the branchwidth.&amp;lt;ref&amp;gt;{{harvtxt|Hall|Oxley|Semple|Whittle|2002}}; {{harvtxt|Geelen|Gerards|Robertson|Whittle|2003}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{Commonscat|Tree decomposition}}&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{refbegin|2}}&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bodlaender | first1 = Hans L. | author1-link = Hans L. Bodlaender&lt;br /&gt;
 | last2 = Thilikos | first2 = Dimitrios M.&lt;br /&gt;
 | contribution = Constructive linear time algorithms for branchwidth&lt;br /&gt;
 | doi = 10.1007/3-540-63165-8_217&lt;br /&gt;
 | pages = 627–637&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = Proc. 24th International Colloquium on Automata, Languages and Programming (ICALP &#039;97)&lt;br /&gt;
 | volume = 1256&lt;br /&gt;
 | year = 1997}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Bodlaender | first1 = Hans L. | author1-link = Hans L. Bodlaender&lt;br /&gt;
 | last2 = Thilikos | first2 = Dimitrios M.&lt;br /&gt;
 | doi = 10.1006/jagm.1999.1011&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Journal of Algorithms&lt;br /&gt;
 | pages = 167–194&lt;br /&gt;
 | title = Graphs with branchwidth at most three&lt;br /&gt;
 | volume = 32&lt;br /&gt;
 | year = 1999}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | doi = 10.1287/ijoc.15.3.233.16078&lt;br /&gt;
 | last1 = Cook | first1 = William&lt;br /&gt;
 | last2 = Seymour | first2 = Paul D. | author2-link = Paul Seymour (mathematician)&lt;br /&gt;
 | issue = 3&lt;br /&gt;
 | journal = INFORMS Journal on Computing&lt;br /&gt;
 | pages = 233–248&lt;br /&gt;
 | title = Tour merging via branch-decomposition&lt;br /&gt;
 | url = http://www.cs.utk.edu/~langston/projects/papers/tmerge.pdf&lt;br /&gt;
 | volume = 15&lt;br /&gt;
 | year = 2003}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Fomin | first1 = Fedor V.&lt;br /&gt;
 | last2 = Thilikos | first2 = Dimitrios M.&lt;br /&gt;
 | doi = 10.1137/S0097539702419649&lt;br /&gt;
 | journal = SIAM Journal on Computing&lt;br /&gt;
 | page = 281&lt;br /&gt;
 | title = Dominating sets in planar graphs: branch-width and exponential speed-up&lt;br /&gt;
 | volume = 36&lt;br /&gt;
 | year = 2006&lt;br /&gt;
 | issue = 2}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Fomin | first1 = Fedor V.&lt;br /&gt;
 | last2 = Mazoit | first2 = Frédéric&lt;br /&gt;
 | last3 = Todinca | first3 = Ioan&lt;br /&gt;
 | doi = 10.1016/j.dam.2008.08.009&lt;br /&gt;
 | issue = 12&lt;br /&gt;
 | journal = Discrete Applied Mathematics&lt;br /&gt;
 | pages = 2726–2736&lt;br /&gt;
 | title = Computing branchwidth via efficient triangulations and blocks&lt;br /&gt;
 | url = http://hal.archives-ouvertes.fr/hal-00390623/&lt;br /&gt;
 | volume = 157&lt;br /&gt;
 | year = 2009}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Geelen | first1 = Jim | author1-link = Jim Geelen&lt;br /&gt;
 | last2 = Gerards | first2 = Bert&lt;br /&gt;
 | last3 = Robertson | first3 = Neil | author3-link = Neil Robertson (mathematician)&lt;br /&gt;
 | last4 = Whittle | first4 = Geoff&lt;br /&gt;
 | doi = 10.1016/S0095-8956(02)00046-1&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Journal of Combinatorial Theory, Series B&lt;br /&gt;
 | pages = 261–265&lt;br /&gt;
 | title = On the excluded minors for the matroids of branch-width &#039;&#039;k&#039;&#039;&lt;br /&gt;
 | volume = 88&lt;br /&gt;
 | year = 2003}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Geelen | first1 = Jim | author1-link = Jim Geelen&lt;br /&gt;
 | last2 = Gerards | first2 = Bert&lt;br /&gt;
 | last3 = Whittle | first3 = Geoff&lt;br /&gt;
 | doi = 10.1006/jctb.2001.2082&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Journal of Combinatorial Theory, Series B&lt;br /&gt;
 | pages = 270–290&lt;br /&gt;
 | title = Branch-width and well-quasi-ordering in matroids and graphs&lt;br /&gt;
 | volume = 84&lt;br /&gt;
 | year = 2002}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Geelen | first1 = Jim | author1-link = Jim Geelen&lt;br /&gt;
 | last2 = Gerards | first2 = Bert&lt;br /&gt;
 | last3 = Whittle | first3 = Geoff&lt;br /&gt;
 | contribution = Towards a structure theory for matrices and matroids&lt;br /&gt;
 | pages = 827–842&lt;br /&gt;
 | title = Proc. [[International Congress of Mathematicians]]&lt;br /&gt;
 | url = http://www.icm2006.org/proceedings/Vol_III/contents/ICM_Vol_3_41.pdf&lt;br /&gt;
 | volume = III&lt;br /&gt;
 | year = 2006}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Geelen | first1 = Jim | author1-link = Jim Geelen&lt;br /&gt;
 | last2 = Gerards | first2 = Bert&lt;br /&gt;
 | last3 = Whittle | first3 = Geoff&lt;br /&gt;
 | doi = 10.1016/j.jctb.2007.02.005&lt;br /&gt;
 | issue = 6&lt;br /&gt;
 | journal = Journal of Combinatorial Theory, Series B&lt;br /&gt;
 | pages = 971–998&lt;br /&gt;
 | title = Excluding a planar graph from GF(&#039;&#039;q&#039;&#039;)-representable matroids&lt;br /&gt;
 | url = http://www.math.uwaterloo.ca/~jfgeelen/publications/grid.pdf&lt;br /&gt;
 | volume = 97&lt;br /&gt;
 | year = 2007}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Hall | first1 = Rhiannon&lt;br /&gt;
 | last2 = Oxley | first2 = James | author2-link = James Oxley&lt;br /&gt;
 | last3 = Semple | first3 = Charles&lt;br /&gt;
 | last4 = Whittle | first4 = Geoff&lt;br /&gt;
 | doi = 10.1006/jctb.2002.2120&lt;br /&gt;
 | issue = 1&lt;br /&gt;
 | journal = Journal of Combinatorial Theory, Series B&lt;br /&gt;
 | pages = 148–171&lt;br /&gt;
 | title = On matroids of branch-width three&lt;br /&gt;
 | volume = 86&lt;br /&gt;
 | year = 2002}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Hicks | first = Illya V.&lt;br /&gt;
 | publisher = Rice University&lt;br /&gt;
 | series = Ph.D. thesis&lt;br /&gt;
 | title = Branch Decompositions and their Applications&lt;br /&gt;
 | url = http://www.caam.rice.edu/caam/trs/2000/TR00-17.ps&lt;br /&gt;
 | year = 2000}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Hicks | first1 = Illya V.&lt;br /&gt;
 | last2 = McMurray | first2 = Nolan B., Jr.&lt;br /&gt;
 | doi = 10.1016/j.jctb.2006.12.007&lt;br /&gt;
 | issue = 5&lt;br /&gt;
 | journal = Journal of Combinatorial Theory, Series B&lt;br /&gt;
 | pages = 681–692&lt;br /&gt;
 | title = The branchwidth of graphs and their cycle matroids&lt;br /&gt;
 | volume = 97&lt;br /&gt;
 | year = 2007}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last = Hliněný | first = Petr&lt;br /&gt;
 | contribution = On matroid properties definable in the MSO logic&lt;br /&gt;
 | doi = 10.1007/978-3-540-45138-9\_41&lt;br /&gt;
 | pages = 470–479&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | series = Lecture Notes in Computer Science&lt;br /&gt;
 | title = Proc. 28th International Symposium on Mathematical Foundations of Computer Science (MFCS &#039;03)&lt;br /&gt;
 | volume = 2747&lt;br /&gt;
 | year = 2003}}&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Hliněný | first1 = Petr&lt;br /&gt;
 | last2 = Whittle | first2 = Geoff&lt;br /&gt;
 | doi = 10.1016/j.ejc.2006.06.005&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | journal = European Journal of Combinatorics&lt;br /&gt;
 | pages = 1117–1128&lt;br /&gt;
 | title = Matroid tree-width&lt;br /&gt;
 | url = http://www.fi.muni.cz/~hlineny/Research/papers/matr-tw-final.pdf&lt;br /&gt;
 | volume = 27&lt;br /&gt;
 | year = 2006}}. &lt;br /&gt;
**Addendum and corrigendum: {{citation &lt;br /&gt;
 | last1 = Hliněný | first1 = Petr&lt;br /&gt;
 | last2 = Whittle | first2 = Geoff&lt;br /&gt;
 | title = Addendum to matroid tree-width &lt;br /&gt;
 | journal = European Journal of Combinatorics&lt;br /&gt;
 | volume=30&lt;br /&gt;
 | issue=4&lt;br /&gt;
 | pages=1036–1044 &lt;br /&gt;
 | year = 2009 &lt;br /&gt;
 | doi=10.1016/j.ejc.2008.09.028}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Mazoit | first1 = Frédéric&lt;br /&gt;
 | last2 = Thomassé | first2 = Stéphan&lt;br /&gt;
 | contribution = Branchwidth of graphic matroids&lt;br /&gt;
 | editor1-last = Hilton | editor1-first = Anthony&lt;br /&gt;
 | editor2-last = Talbot | editor2-first = John&lt;br /&gt;
 | page = 275&lt;br /&gt;
 | publisher = Cambridge University Press&lt;br /&gt;
 | series = London Mathematical Society Lecture Note Series&lt;br /&gt;
 | title = Surveys in Combinatorics 2007&lt;br /&gt;
 | url = http://hal.archives-ouvertes.fr/docs/00/04/09/28/PDF/Branchwidth.pdf&lt;br /&gt;
 | volume = 346&lt;br /&gt;
 | year = 2007}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Oum | first1 = Sang-il&lt;br /&gt;
 | last2 = Seymour | first2 = Paul | author2-link = Paul Seymour (mathematician)&lt;br /&gt;
 | doi = 10.1016/j.jctb.2006.06.006&lt;br /&gt;
 | issue = 3&lt;br /&gt;
 | journal = [[Journal of Combinatorial Theory]]&lt;br /&gt;
 | mr = 2305892&lt;br /&gt;
 | pages = 385–393&lt;br /&gt;
 | series = Series B&lt;br /&gt;
 | title = Testing branch-width&lt;br /&gt;
 | volume = 97&lt;br /&gt;
 | year = 2007}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Robertson | first1 = Neil | author1-link = Neil Robertson (mathematician)&lt;br /&gt;
 | last2 = Seymour | first2 = Paul D. | author2-link = Paul Seymour (mathematician)&lt;br /&gt;
 | doi = 10.1016/0095-8956(91)90061-N&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Journal of Combinatorial Theory&lt;br /&gt;
 | pages = 153–190&lt;br /&gt;
 | title = Graph minors. X. Obstructions to tree-decomposition&lt;br /&gt;
 | volume = 52&lt;br /&gt;
 | year = 1991}}.&lt;br /&gt;
*{{citation&lt;br /&gt;
 | last1 = Seymour | first1 = Paul D. | author1-link = Paul Seymour (mathematician)&lt;br /&gt;
 | last2 = Thomas | first2 = Robin&lt;br /&gt;
 | doi = 10.1007/BF01215352&lt;br /&gt;
 | issue = 2&lt;br /&gt;
 | journal = Combinatorica&lt;br /&gt;
 | pages = 217–241&lt;br /&gt;
 | title = Call routing and the ratcatcher&lt;br /&gt;
 | volume = 14&lt;br /&gt;
 | year = 1994}}.&lt;br /&gt;
{{refend}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Trees (graph theory)]]&lt;br /&gt;
[[Category:Graph minor theory]]&lt;br /&gt;
[[Category:Graph invariants]]&lt;br /&gt;
[[Category:Matroid theory]]&lt;/div&gt;</summary>
		<author><name>67.232.56.99</name></author>
	</entry>
</feed>