Definition

The treewidth of a graph GG is the minimum width of all tree decompositions of GG.

alternatively,

The treewidth of graph G(V,E)G(V,E) is the minimum integer kk such that there exists a tree decomposition of G(V,E)G(V,E) with "bags" of size at most k+1k+1

Notes


References

  1. https://math.mit.edu/~apost/courses/18.204-2016/18.204_Gerrod_Voigt_final_paper.pdf
  2. https://www.cs.cmu.edu/~odonnell/toolkit13/lecture17.pdf
  3. https://en.wikipedia.org/wiki/Treewidth
  4. https://courses.grainger.illinois.edu/cs474/fa2021/fa2020Notes/TreeDecompositions.pdf