Most algorithmic strategies for solving problems considering treewidth parameterization require that a tree decomposition is given. Given a graph G=(V,E) and denoting by 𝒞_𝒢 the family of chordal graphs (triangulations) G' such that V(G)=V(G') and E(G)⊆ E(G') , the treewidth of a graph G can be defined alternatively as the size of the smallest maximum clique of a graph in 𝒞_𝒢 , minus one. In addition, any tree decomposition 𝒯 of a graph G'∈𝒞_𝒢 is also a tree decomposition of G. In this paper, we are interested in the main subproblem to be solved by the most popular heuristics for treewidth computation, called Tree Decomposition Decoding. In such a problem, we are given a graph G=(V, E) and a permutation ρ of V(G) and asked to determine the width of the tree decomposition 𝒯 of G that is an optimum tree decomposition of the minimal triangulation G'∈𝒞_𝒢 having ρ as perfect elimination ordering. From (G,ρ ) , it is easy to find the solution to the problem by first constructing the triangulation G' arising from ρ . However, in the worst case, such constructions of G' require (|V(G)|^2) space. In this work, we propose two algorithms for solving the problem; both avoid the construction of triangulations G' . The first performers in 𝒪(|V(G)|·ℓ ) space and 𝒪(|V(G)|^2·ℓ ) time, where ℓ is the number of leaves of the tree decomposition encoded by ρ . The second is faster in practice and achieves a different trade-off, solving the problem within 𝒪(|E(G)| + |V(G)|) space and 𝒪(|E(G)|·log |V(G)|) time.
更多
查看译文
关键词
Tree decomposition,Treewidth,Perfect elimination order,Decoder