Skip to content
EntityQ7144893· pop 7· linked from 34 articles

Also known as interval thickness, node searching number, vertex separation number, pw(G), interval-width minus 1

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 is a sequence of subsets of vertices of such that the endpoints of each edge appear in one of the subsets and such that each vertex appears in a contiguous subsequence of the subsets, and the pathwidth is one less than the size of the largest set in such a decomposition. Pathwidth is also known as interval thickness (one less than the maximum clique size

~28 min read

Article

24 sections
Contents
  • Definition
  • Alternative characterizations
  • Gluing sequences
  • Interval thickness
  • Vertex separation number
  • Node searching number
  • Bounds
  • Computing path-decompositions
  • Fixed-parameter tractability
  • Special classes of graphs
  • Approximation algorithms
  • Graph minors
  • Excluding a forest
  • Obstructions to bounded pathwidth
  • Structure theory
  • Applications
  • VLSI
  • Graph drawing
  • Compiler design
  • Linguistics
  • Exponential algorithms
  • See also
  • Notes
  • References

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 is a sequence of subsets of vertices of such that the endpoints of each edge appear in one of the subsets and such that each vertex appears in a contiguous subsequence of the subsets, and the pathwidth is one less than the size of the largest set in such a decomposition. Pathwidth is also known as interval thickness (one less than the maximum clique size in an interval supergraph of ), vertex separation number, or node searching number.

Pathwidth and path-decompositions are closely analogous to treewidth and tree decompositions. They play a key role in the theory of graph minors: the families of graphs that are closed under graph minors and do not include all forests may be characterized as having bounded pathwidth, and the "vortices" appearing in the general structure theory for minor-closed graph families have bounded pathwidth. Pathwidth, and graphs of bounded pathwidth, also have applications in VLSI design, graph drawing, and computational linguistics.

Available in 7 languages

via Wikidata sitelinks · CC0

Connections

Categories