Content deleted Content added
→Memory/time tradeoff: moved section to Decomposition method |
→Reformulation: moved how join-tree clustering can be seen as a decomposition method to decomposition method |
||
Line 141:
===Reformulation===
[[Bucket elimination]] can
▲[[Bucket elimination]] can also be reformulated as an algorithm working on a particular tree decomposition. In particular, given an ordering of the variables, every variable is associated a bucket containing all constraints such that the variable is the greatest in their scope. Bucket elimination corresponds to the tree decomposition that has a node for each bucket. This node is associated all of its constraints, and corresponds to the set of all variables of these constraints. The parent of a node associated to the bucket of <math>x_i</math> is the node associated to the bucket of <math>x_j</math>, where <math>x_j</math> is the greatest node that is in a constraint with <math>x_i</math> and precedes <math>x_i</math> in the ordering.
==See also==
|