tree_decomposition_spread (260B)
1 # Tree decomposition spread 2 3 The *spread* of a [vertex] in a [tree_decomposition] is the number of [bags] in which it occurs 4 5 See https://cstheory.stackexchange.com/a/57070 6 7 Up: [tree_decomposition] 8 9 Aliases: spread 10 11 See also: [degree], [variable_occurrences]