In
graph theory
In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, the treewidth of an
undirected graph
In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called '' vertices'' (also call ...
is an
integer
An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
number which specifies, informally, how far the graph is from being a
tree
In botany, a tree is a perennial plant with an elongated stem, or trunk, usually supporting branches and leaves. In some usages, the definition of a tree may be narrower, e.g., including only woody plants with secondary growth, only ...
. The smallest treewidth is 1; the graphs with treewidth 1 are exactly the trees and the
forests
A forest is an ecosystem characterized by a dense community of trees. Hundreds of definitions of forest are used throughout the world, incorporating factors such as tree density, tree height, land use, legal standing, and ecological functio ...
. An example of graphs with treewidth at most 2 are the
series–parallel graphs. The maximal graphs with treewidth exactly are called ''
-trees'', and the graphs with treewidth at most are called ''
partial -trees''. Many other well-studied graph families also have bounded treewidth.
Treewidth may be formally defined in several equivalent ways: in terms of the size of the largest vertex set in a
tree decomposition of the graph, in terms of the size of the largest
clique in a
chordal completion of the graph, in terms of the maximum order of a
haven describing a strategy for a
pursuit–evasion game on the graph, or in terms of the maximum order of a
bramble
''Rubus'' is a large and diverse genus of flowering plants in the rose family, Rosaceae, subfamily Rosoideae, most commonly known as brambles. Fruits of various species are known as raspberries, blackberries, dewberries, and bristleberries. I ...
, a collection of connected subgraphs that all touch each other.
Treewidth is commonly used as a parameter in the
parameterized complexity
In computer science, parameterized complexity is a branch of computational complexity theory that focuses on classifying computational problems according to their inherent difficulty with respect to ''multiple'' parameters of the input or output. ...
analysis of graph
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
s. Many algorithms that are
NP-hard
In computational complexity theory, a computational problem ''H'' is called NP-hard if, for every problem ''L'' which can be solved in non-deterministic polynomial-time, there is a polynomial-time reduction from ''L'' to ''H''. That is, assumi ...
for general graphs, become easier when the treewidth is bounded by a constant.
The concept of treewidth was originally introduced by under the name of ''dimension''. It was later rediscovered by , based on properties that it shares with a different graph parameter, the
Hadwiger number
In graph theory, the Hadwiger number of an undirected graph is the size of the largest complete graph that can be obtained by edge contraction, contracting edges of .
Equivalently, the Hadwiger number is the largest number for which the comple ...
. Later it was again rediscovered by and has since been studied by many other authors.
Definition
A
tree decomposition of a graph is a tree with nodes , where each is a subset of , satisfying the following properties (the term ''node'' is used to refer to a vertex of to avoid confusion with vertices of ):
# The union of all sets equals . That is, each graph vertex is contained in at least one tree node.
# If and both contain a vertex , then all nodes of in the (unique) path between and contain as well. Equivalently, the tree nodes containing vertex form a connected subtree of .
# For every edge in the graph, there is a subset that contains both and . That is, vertices are adjacent in the graph only when the corresponding subtrees have a node in common.
The ''width'' of a tree decomposition is the size of its largest set minus one. The treewidth of a graph is the minimum width among all possible tree decompositions of . In this definition, the size of the largest set is diminished by one in order to make the treewidth of a tree equal to one.
Equivalently, the treewidth of is one less than the size of the largest
clique in the
chordal graph containing with the smallest
clique number
In graph theory, a clique ( or ) is a subset of vertices of an undirected graph such that every two distinct vertices in the clique are adjacent. That is, a clique of a graph G is an induced subgraph of G that is complete. Cliques are one of t ...
. A chordal graph with this clique size may be obtained by adding to an edge between every two vertices that both belong to at least one of the sets .
Treewidth may also be characterized in terms of
havens, functions describing an evasion strategy for a certain
pursuit–evasion game defined on a graph. A graph has treewidth if and only if it has a haven of order but of no higher order, where a haven of order is a function that maps each set of at most vertices in into one of the connected components of and that obeys the
monotonicity
In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order. This concept first arose in calculus, and was later generalized to the more abstract setting of orde ...
property that whenever .

A similar characterization can also be made using
brambles
''Rubus'' is a large and diverse genus of flowering plants in the rose family, Rosaceae, subfamily Rosoideae, most commonly known as brambles. Fruits of various species are known as raspberries, blackberries, dewberries, and bristleberries. ...
, families of connected subgraphs that all touch each other (meaning either that they share a vertex or are connected by an edge). The order of a bramble is the smallest
hitting set
A strike is a directed, forceful physical attack with either a part of the human body or with a handheld object (such as a melee weapon), intended to cause blunt or penetrating trauma upon an opponent.
There are many different varieties of stri ...
for the family of subgraphs, and the treewidth of a graph is one less than the maximum order of a bramble.
Examples
Every
complete graph
In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices i ...
has treewidth. This is most easily seen using the definition of treewidth in terms of chordal graphs: the complete graph is already chordal, and adding more edges cannot reduce the size of its largest clique.
A connected graph with at least two vertices has treewidth 1 if and only if it is a tree. A tree has treewidth one by the same reasoning as for complete graphs (namely, it is chordal, and has maximum clique size two). Conversely, if a graph has a cycle, then every
chordal completion of the graph includes at least one triangle consisting of three consecutive vertices of the cycle, from which it follows that its treewidth is at least two.
Bounded treewidth
Graph families with bounded treewidth
For any fixed constant , the graphs of treewidth at most are called the
partial -trees. Other families of graphs with bounded treewidth include the
cactus graph
In graph theory, a cactus (sometimes called a cactus tree) is a connected graph in which any two simple cycles have at most one vertex in common. Equivalently, it is a connected graph in which every edge belongs to at most one simple cycle, or ...
s,
pseudoforest
In graph theory, a pseudoforest is an undirected graphThe kind of undirected graph considered here is often called a multigraph or pseudograph, to distinguish it from a simple graph. in which every Connected component (graph theory), connected com ...
s,
series–parallel graphs,
outerplanar graph
In graph theory, an outerplanar graph is a graph that has a planar drawing for which all vertices belong to the outer face of the drawing.
Outerplanar graphs may be characterized (analogously to Wagner's theorem for planar graphs) by the two f ...
s,
Halin graph
In graph theory, a Halin graph is a type of planar graph, constructed by connecting the leaves of a tree (graph theory), tree into a cycle.
The tree must have at least four vertices, none of which has exactly two neighbors; it should be drawn in ...
s, and
Apollonian network
In combinatorics, combinatorial mathematics, an Apollonian network is an undirected graph formed by a process of recursively subdividing a triangle into three smaller triangles. Apollonian networks may equivalently be defined as the planar graph ...
s.
[.] The
control-flow graph
In computer science, a control-flow graph (CFG) is a representation, using graph notation, of all paths that might be traversed through a program during its execution. The control-flow graph was conceived by Frances E. Allen, who noted that ...
s arising in the
compilation
Compilation may refer to:
*In computer programming, the translation of source code into object code by a compiler
**Compilation error
**Compilation unit
*Product bundling, a marketing strategy used to sell multiple products, such as video game co ...
of
structured programs also have bounded treewidth, which allows certain tasks such as
register allocation
In compiler optimization, register allocation is the process of assigning local automatic variables and Expression (computer science), expression results to a limited number of processor registers.
Register allocation can happen over a basic bloc ...
to be performed efficiently on them.
The
planar graph
In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
s do not have bounded treewidth, because the
grid graph
In graph theory, a lattice graph, mesh graph, or grid graph is a Graph (discrete mathematics), graph whose graph drawing, drawing, Embedding, embedded in some Euclidean space , forms a regular tiling. This implies that the group (mathematics), g ...
is a planar graph with treewidth exactly . Therefore, if is a
minor-closed graph family with bounded treewidth, it cannot include all planar graphs. Conversely, if some planar graph cannot occur as a minor for graphs in family , then there is a constant such that all graphs in have treewidth at most . That is, the following three conditions are equivalent to each other:
# is a minor-closed family of bounded-treewidth graphs;
#One of the finitely many forbidden minors characterizing is planar;
# is a minor-closed graph family that does not include all planar graphs.
Forbidden minors

For every finite value of , the graphs of treewidth at most may be characterized by a finite set of
forbidden minor
Forbidden may refer to:
Science
* Forbidden mechanism, a spectral line associated with absorption or emission of photons
Films
* ''Forbidden'' (1919 film), directed by Phillips Smalley and Lois Weber
* ''Forbidden'' (1932 film), directed by Fra ...
s. (That is, any graph of treewidth includes one of the graphs in the set as a minor.) Each of these sets of forbidden minors includes at least one planar graph.
*For , the unique forbidden minor is a 3-vertex
cycle graph
In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with vertices is called ...
.
[.]
*For , the unique forbidden minor is the 4-vertex
complete graph
In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices i ...
.
*For , there are four forbidden minors: , the graph of the
octahedron
In geometry, an octahedron (: octahedra or octahedrons) is any polyhedron with eight faces. One special case is the regular octahedron, a Platonic solid composed of eight equilateral triangles, four of which meet at each vertex. Many types of i ...
, the
pentagonal
In geometry, a pentagon () is any five-sided polygon or 5-gon. The sum of the internal angles in a simple pentagon is 540°.
A pentagon may be simple or self-intersecting. A self-intersecting ''regular pentagon'' (or ''star pentagon'') is cal ...
prism graph
In the mathematics, mathematical field of graph theory, a prism graph is a Graph (discrete mathematics), graph that has one of the prism (geometry), prisms as its skeleton.
Examples
The individual graphs may be named after the associated solid:
* ...
, and the
Wagner graph
In the mathematical field of graph theory, the Wagner graph is a 3-regular graph with 8 vertices and 12 edges. It is the 8-vertex Möbius ladder graph.
Properties
As a Möbius ladder, the Wagner graph is nonplanar but has crossing number one, ...
. Of these, the two
polyhedral graph
In geometric graph theory, a branch of mathematics, a polyhedral graph is the undirected graph formed from the Vertex (geometry), vertices and Edge (geometry), edges of a convex polyhedron. Alternatively, in purely graph-theoretic terms, the polyh ...
s are planar.
For larger values of , the number of forbidden minors grows at least as quickly as the exponential of the square root of . However, known upper bounds on the size and number of forbidden minors are much higher than this lower bound.
Algorithms
Computing the treewidth
It is NP-complete to determine whether a given graph has treewidth at most a given variable .
However, when is any fixed constant, the graphs with treewidth can be recognized, and a width tree decomposition constructed for them, in linear time.
[.] The time dependence of this algorithm on is exponential.
Due to the roles the treewidth plays in an enormous number of fields, different practical and theoretical algorithms computing the treewidth of a graph were developed. Depending on the application on hand, one can prefer better approximation ratio, or better dependence in the running time from the size of the input or the treewidth.
The table below provides an overview of some of the treewidth algorithms. Here is the treewidth and is the number of vertices of an input graph .
Each of the algorithms outputs in time a decomposition of width given in the Approximation column. For example, the algorithm of in time either constructs a tree decomposition of the input graph of width at most or reports that the treewidth of is more than . Similarly, the algorithm of in time either constructs a tree decomposition of the input graph of width at most or reports that the treewidth of is more than . improved this to in the same running time.
It is not known whether determining the treewidth of
planar graph
In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
s is NP-complete, or whether their treewidth can be computed in
polynomial time
In theoretical computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations p ...
.
In practice, an algorithm of can determine the treewidth of graphs with up to 100 vertices and treewidth up to 11, finding a chordal completion of these graphs with the optimal treewidth.
For larger graphs, one can use search-based techniques such as
branch and bound search to compute the treewidth. These algorithms are
anytime Anytime may refer to:
* ''Anytime'' (Brian McKnight album), and the title song
* ''Anytime'' (Eddy Arnold album), 1956
* ''Anytime'', originally ''Slim Whitman Sings'' (1962 album)
* "Anytime" (1921 song), a popular song by Herbert "Happy" Laws ...
in that when stopped early, they will output an upper bound on the treewidth. An algorithm of this type was proposed in 2004 by Vibhav Gogate and
Rina Dechter. To provide a lower bound on treewidth for the branches of this search, they construct a
graph minor
In graph theory, an undirected graph is called a minor of the graph if can be formed from by deleting edges, vertices and by contracting edges.
The theory of graph minors began with Wagner's theorem that a graph is planar if and only if ...
by repeatedly contracting an edge between a minimum degree vertex and one of its neighbors, until just one vertex remains. The maximum of the minimum degree over these constructed minors is guaranteed to be a lower bound on the treewidth of the graph. Alex Dow and Rich Korf further improved this algorithm using
best-first search
Best-first search is a class of search algorithms which explores a graph by expanding the most promising node chosen according to a specified rule.
Judea Pearl described best-first search as estimating the promise of node ''n'' by a "heuristic eva ...
.
Solving other problems on graphs of small treewidth
At the beginning of the 1970s, it was observed that a large class of combinatorial optimization problems defined on graphs could be efficiently solved by non serial
dynamic programming as long as the graph had a bounded ''dimension'', a parameter shown to be equivalent to treewidth by . Later, several authors independently observed at the end of the 1980s that many algorithmic problems that are
NP-complete
In computational complexity theory, NP-complete problems are the hardest of the problems to which ''solutions'' can be verified ''quickly''.
Somewhat more precisely, a problem is NP-complete when:
# It is a decision problem, meaning that for any ...
for arbitrary graphs may be solved efficiently by
dynamic programming for graphs of bounded treewidth, using the tree-decompositions of these graphs.
As an example, the problem of
coloring a graph of treewidth may be solved by using a
dynamic programming algorithm on a tree decomposition of the graph. For each set of the tree decomposition, and each
partition of the vertices of into color classes, the algorithm determines whether that coloring is valid and can be extended to all descendant nodes in the tree decomposition, by combining information of a similar type computed and stored at those nodes. The resulting algorithm finds an optimal coloring of an -vertex graph in time , a time bound that makes this problem
fixed-parameter tractable
In computer science, parameterized complexity is a branch of computational complexity theory that focuses on classifying computational problems according to their inherent difficulty with respect to ''multiple'' parameters of the input or output. ...
.
Courcelle's theorem
For a large class of problems, there is a linear time algorithm to solve a problem from the class if a
tree-decomposition with constant bounded treewidth is provided. Specifically,
Courcelle's theorem In the study of graph algorithms, Courcelle's theorem is the statement that every graph property definable in the monadic second-order logic of graphs can be decided in linear time on graphs of bounded treewidth. The result was first proved by B ...
states that if a graph problem can be expressed in the
logic of graphs
In the mathematical fields of graph theory and finite model theory, the logic of graphs deals with formal specifications of graph properties using sentences of mathematical logic. There are several variations in the types of logical operation tha ...
using
monadic second order logic, then it can be solved in linear time on graphs with bounded treewidth. Monadic second order logic is a language to describe graph properties that uses the following constructions:
* Logic operations, such as
* Membership tests, such as ,
* Quantifications over vertices, edges, sets of vertices, and/or sets of edges, such as , , ,
* Adjacency tests ( is an endpoint of ), and some extensions that allow for things such as optimization.
Consider for example the
3-coloring problem for graphs. For a graph , this problem asks if it is possible to assign each vertex one of the 3 colors such that no two adjacent vertices are assigned the same color.
This problem can be expressed in monadic second order logic as follows:
:
:
,
where , , represent the subsets of vertices having each of the 3 colors.
Therefore, by Courcelle's results, the 3-coloring problem can be solved in linear time for a graph given a tree-decomposition of bounded constant treewidth.
Related parameters
Pathwidth
The
pathwidth
In graph theory, a path decomposition of a graph is, informally, a representation of as a "thickened" path graph, and the pathwidth of is a number that measures how much the path was thickened to form . More formally, a path-decomposition ...
of a graph has a very similar definition to treewidth via tree decompositions, but is restricted to tree decompositions in which the underlying tree of the decomposition is a
path graph
In the mathematical field of graph theory, a path graph (or linear graph) is a graph whose vertices can be listed in the order such that the edges are where . Equivalently, a path with at least two vertices is connected and has two termina ...
. Alternatively, the pathwidth may be defined from
interval graph
In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line,
with a vertex for each interval and an edge between vertices whose intervals intersect. It is the intersection graph of the intervals.
In ...
s analogously to the definition of treewidth from chordal graphs. As a consequence, the pathwidth of a graph is always at least as large as its treewidth, but it can only be larger by a logarithmic factor.
Another parameter, the
graph bandwidth
In graph theory, the graph bandwidth problem is to label the vertices of a graph with distinct integers so that the quantity \max\ is minimized ( is the edge set of ).
The problem may be visualized as placing the vertices of a graph at distin ...
, has an analogous definition from
proper interval graphs, and is at least as large as the pathwidth. Other related parameters include the
tree-depth
In graph theory, the tree-depth of a connected undirected graph G is a numerical invariant of G, the minimum height of a Trémaux tree for a supergraph of G. This invariant and its close relatives have gone under many different names in the lite ...
, a number that is bounded for a minor-closed graph family if and only if the family excludes a path, and the
degeneracy, a measure of the sparsity of a graph that is at most equal to its treewidth.
Grid minor size
Because the treewidth of an
grid graph
In graph theory, a lattice graph, mesh graph, or grid graph is a Graph (discrete mathematics), graph whose graph drawing, drawing, Embedding, embedded in some Euclidean space , forms a regular tiling. This implies that the group (mathematics), g ...
is , the treewidth of a graph is always greater than or equal to the size of the largest square grid
minor
Minor may refer to:
Common meanings
* Minor (law), a person not under the age of certain legal activities.
* Academic minor, a secondary field of study in undergraduate education
Mathematics
* Minor (graph theory), a relation of one graph to an ...
of . In the other direction, the ''grid minor theorem'' by
Robertson
Robertson may refer to:
People
* Robertson (surname) (includes a list of people with this name)
* Robertson (given name)
* Clan Robertson, a Scottish clan
* Robertson, stage name of Belgian magician Étienne-Gaspard Robert (1763–1837)
Plac ...
and
Seymour
Seymour may refer to:
Places Australia
*Seymour, Victoria, a township
** Seymour railway station
* Electoral district of Seymour, a former electoral district in Victoria
* Rural City of Seymour, a former local government area in Victoria
* Se ...
shows that there exists an unbounded function such that the largest square grid minor has size at least where is the treewidth. The best bounds known on are that must be at least for some fixed constant , and at most
:
For the notation in the lower bound, see
big O notation
Big ''O'' notation is a mathematical notation that describes the asymptotic analysis, limiting behavior of a function (mathematics), function when the Argument of a function, argument tends towards a particular value or infinity. Big O is a memb ...
. Tighter bounds are known for restricted graph families, leading to efficient algorithms for many graph optimization problems on those families through the theory of
bidimensionality Bidimensionality theory characterizes a broad range of graph problems (bidimensional) that admit efficient approximate, fixed-parameter or kernel solutions in a broad range of graphs. These graph classes include planar graphs, map graphs, bounded ...
.
Halin's grid theorem
In graph theory, a branch of mathematics, Halin's grid theorem states that the infinite graphs with thick ends are exactly the graphs containing subdivisions of the hexagonal tiling of the plane. It was published by , and is a precursor to the work ...
provides an analogue of the relation between treewidth and grid minor size for infinite graphs.
Diameter and local treewidth
A family of graphs closed under taking subgraphs is said to have bounded local treewidth, or the diameter-treewidth property, if the treewidth of the graphs in the family is
upper bound
In mathematics, particularly in order theory, an upper bound or majorant of a subset of some preordered set is an element of that is every element of .
Dually, a lower bound or minorant of is defined to be an element of that is less ...
ed by a function of their
diameter
In geometry, a diameter of a circle is any straight line segment that passes through the centre of the circle and whose endpoints lie on the circle. It can also be defined as the longest Chord (geometry), chord of the circle. Both definitions a ...
. If the class is also assumed to be closed under taking
minors, then has bounded local treewidth if and only if one of the
forbidden minor
Forbidden may refer to:
Science
* Forbidden mechanism, a spectral line associated with absorption or emission of photons
Films
* ''Forbidden'' (1919 film), directed by Phillips Smalley and Lois Weber
* ''Forbidden'' (1932 film), directed by Fra ...
s for is an
apex graph
In graph theory, a branch of mathematics, an apex graph is a graph that can be made planar by the removal of a single vertex. The deleted vertex is called an apex of the graph. It is ''an'' apex, not ''the'' apex because an apex graph may have ...
. The original proofs of this result showed that treewidth in an apex-minor-free graph family grows at most doubly exponentially as a function of diameter; later this was reduced to singly exponential and finally to a linear bound.
Bounded local treewidth is closely related to the algorithmic theory of
bidimensionality Bidimensionality theory characterizes a broad range of graph problems (bidimensional) that admit efficient approximate, fixed-parameter or kernel solutions in a broad range of graphs. These graph classes include planar graphs, map graphs, bounded ...
,
[; .] and every graph property definable in first order logic can be decided for an apex-minor-free graph family in an amount of time that is only slightly superlinear.
It is also possible for a class of graphs that is not closed under minors to have bounded local treewidth. In particular this is trivially true for a class of bounded degree graphs, as bounded diameter subgraphs have bounded size. Another example is given by
1-planar graph
In topological graph theory, a 1-planar graph is a graph that can be graph drawing, drawn in the Euclidean plane in such a way that each edge has at most one crossing point, where it crosses a single additional edge. If a 1-planar graph, one of the ...
s, graphs that can be drawn in the plane with one crossing per edge, and more generally for the graphs that can be drawn on a surface of bounded genus with a bounded number of crossings per edge. As with minor-closed graph families of bounded local treewidth, this property has pointed the way to efficient approximation algorithms for these graphs.
Hadwiger number and ''S''-functions
defines a class of graph parameters that he calls -functions, which include the treewidth. These functions from graphs to integers are required to be zero on
graphs with no edges, to be
minor-monotone (a function is referred to as "minor-monotone" if, whenever is a minor of , one has ), to increase by one when a new vertex is added that is
adjacent to all previous vertices, and to take the larger value from the two subgraphs on either side of a
clique separator. The set of all such functions forms a
complete lattice
In mathematics, a complete lattice is a partially ordered set in which all subsets have both a supremum ( join) and an infimum ( meet). A conditionally complete lattice satisfies at least one of these properties for bounded subsets. For compariso ...
under the operations of elementwise minimization and maximization. The top element in this lattice is the treewidth, and the bottom element is the
Hadwiger number
In graph theory, the Hadwiger number of an undirected graph is the size of the largest complete graph that can be obtained by edge contraction, contracting edges of .
Equivalently, the Hadwiger number is the largest number for which the comple ...
, the size of the largest
complete
Complete may refer to:
Logic
* Completeness (logic)
* Completeness of a theory, the property of a theory that every formula in the theory's language or its negation is provable
Mathematics
* The completeness of the real numbers, which implies t ...
minor
Minor may refer to:
Common meanings
* Minor (law), a person not under the age of certain legal activities.
* Academic minor, a secondary field of study in undergraduate education
Mathematics
* Minor (graph theory), a relation of one graph to an ...
in the given graph.
Notes
References
*.
*.
*.
*.
*.
*
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*
*
*.
*.
*.
*.
*.
*
*.
*.
*
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*.
*
{{refend
Graph invariants
Graph minor theory
NP-complete problems