Treewidth is a concept from graph theory that provides a measure of how "tree-like" a graph is. Specifically, the treewidth of a graph quantifies the minimum width of a tree decomposition of that graph. A tree decomposition is a way of representing a graph as a tree structure, where each node in the tree corresponds to a subset of vertices of the graph, satisfying certain properties.
New to topics? Read the docs here!