TODO - induced width weird example

does tree-width = induced-width?

tree-width

  • is based on a tree decomposition
  • its value is equal to the size of its maximum node-set minus 1

induced-width

  • is based on an induced-graph relative to a node ordering
  • its value is equal to the node with the maximum number of parents

a primal graph with no cycles it has:

  • tree-width = 1 = induced-width

the question is, given an arbitrary primal graph does the following hold:

  • tree-width = induced-width

Instructor Response

Induced width is the same as tree width. Here are some important terms:

  1. The treewidth (or width or induced width) of an order equals the maximum cluster size minus 1. (Recall that the clusters are obtained by running bucket elimination schematically.)
  2. The treewidth (or induced width) of a graph is the minimum treewidth over all possible orderings.

In many research papers, the authors will use the term “width” for an order and treewidth or induced width for the graph

Minimal Tree-Width = Minimal Induced-Width

The minimal tree-width is identical to the minimal induced-width of a graph

Experiment

based on some experiments, I believe tree-width = induced-width

given the primal graph below and its chosen node ordering (A B C E D F):

the tree decomposition was formed the purple arrows in the bucket elimination algorithm

the induced graph was formed with extended graph as input:

tree-width-vs-induced-width.drawio