scispace - formally typeset
Open AccessJournal ArticleDOI

Treewidth: Computational Experiments

TLDR
An apparatus is described for use in asbestos removal from an enclosed space where air is drawn into the collector pan and delivered to the trap with the asbestos fibers being at least partially trapped by water within the cylindrical trap.
About
This article is published in Electronic Notes in Discrete Mathematics.The article was published on 2001-05-01 and is currently open access. It has received 122 citations till now. The article focuses on the topics: Treewidth.

read more

Citations
More filters
Book

Invitation to fixed-parameter algorithms

TL;DR: This paper discusses Fixed-Parameter Algorithms, Parameterized Complexity Theory, and Selected Case Studies, and some of the techniques used in this work.
Journal ArticleDOI

Combinatorial Optimization on Graphs of Bounded Treewidth

TL;DR: The concepts of treewidth and tree decompositions are introduced, and the technique with the Weighted Independent Set problem is illustrated, to survey some of the latest developments.
Journal ArticleDOI

Treewidth computations I. Upper bounds

TL;DR: An overview of several upper bound heuristics that have been proposed and tested for the problem of determining the treewidth of a graph and finding tree decompositions and it is shown that in many cases, the heuristic give tree decomposition whose width is close to the exact treewitzer of the input graphs.
Book ChapterDOI

Discovering treewidth

TL;DR: This survey reviews algorithmic results on determining the treewidth of a given graph, and finding a tree decomposition of small width.
Journal ArticleDOI

Tour Merging via Branch-Decomposition

TL;DR: A heuristic method for finding branch decompositions based on the eigenvector technique for finding graph separators is described; this is used as a tool to obtain high-quality tours for the traveling salesman problem by merging collections of tours produced by standard traveling salesman heuristics.
References
More filters
Journal ArticleDOI

Graph minors. II: Algorithmic aspects of tree-width

TL;DR: An invariant of graphs called the tree-width is introduced, and used to obtain a polynomially bounded algorithm to test if a graph has a subgraph contractible to H, where H is any fixed planar graph.
Journal ArticleDOI

Algorithmic Aspects of Vertex Elimination on Graphs

TL;DR: A graph-theoretic elimination process which is related to performing Gaussian elimination on sparse symmetric positive definite systems of linear equations is considered, and it is conjecture that the problem of finding a minimum ordering is NP-complete.
Journal ArticleDOI

Simple linear-time algorithms to test chordality of graphs, test acyclicity of hypergraphs, and selectively reduce acyclic hypergraphs

TL;DR: An article of golfing equipment has a golf tee attached to a spring-biassed reel by a length of string which can be aligned with the green or hole and used as an aid in swinging the club face in the correct direction.
Journal Article

A tourist guide through treewidth

TL;DR: A short overview of recent results in algorithmic graph theory that deal with the notions treewidth and pathwidth can be found in this paper, where the authors discuss algorithms that find tree-decomposition, algorithms that use treedecompositions to solve hard problems efficiently, graph minor theory, and some applications.
Related Papers (5)
Frequently Asked Questions (17)
Q1. What are the contributions mentioned in the paper "Treewidth: computational experiments" ?

The computational tractability of treewidth has been rarely studied so far. In this paper, the authors compare four heuristics and two lower bounds for instances from applications such as the frequency assignment problem and the vertex coloring problem. 

Therefore, this paper should be seen as one of the rst ( together with [ 8 ] ) in a series of the authors and other collaborators to study the practical setting of treewidth and the tractability of the tree decomposition approach for combinatorial optimization problems. 

Triangulated graphs are among the rst classes of graphs for which perfectness has been be proved (a graph is perfect if its clique number equals its chromatic number). 

The easiest way to recognize triangulated graphs is the construction of an elimination scheme , which is perfect (i.e., no edges are added by Algorithm 1) in case the graph is indeed triangulated. 

On average it took more than 20,000 seconds (> 5:5 hours) to compute the MSVS bound, whereas the MCS, LEX P, and LEX M bound are computed in respectively 1,768, 1,974, and 2,167 seconds (30{36 minutes). 

Motivated by problems from combinatorial optimization and probabilistic networks, the authors describe a computational analysis of four heuristics and two lower bounds in this paper. 

The procedure to solve an optimization problem with for instance bounded treewidth involves two steps: (i) computation of a (good) tree decomposition, and (ii) application of an algorithm that solves instances of bounded treewidth in polynomial time (typically by a dynamic programming algorithm based on the tree decomposition). 

The currently most eÆcient algorithm for the inference calculation in probabilistic (or Bayesian) networks builds upon a tree decomposition of the network's moralized graph [20, 24]. 

An st-separating set of a graph G = (V;E) is a set S V n fs; tg with the property that any path from s to t passes through a vertex of S. 

The cardinality of the associated vertex sets decreases, maxfjXi j;maxp2I jXpjg < jXij, if and only if H is not a complete graph. 

For each replacement of a node by new nodes, the new nodes have to be connected with the remaining parts of the tree in such a way that again all conditions of a tree decomposition are satis ed. 

several studies have shown that for not too large and not too dense graphs, the maximum clique number can be computed within reasonable time [4, 27]. 

Given a graph G = (V;E) and two distinct non-adjacent vertices s; t 2 V , the minimum number of vertices in an st-separating set is equal to the maximum number of vertex-disjoint paths connecting s and t. 

The authors require that the vertex set Xi of node i de nes a minimum separating vertex set in a graph H = (V (H); E(H)) to be speci ed in the following. 

If H is complete, then no minimum separating vertex set exists, and thus no reduction in the cardinality of the associated vertex sets can be achieved. 

After the applicationof pre-processing techniques for computing the treewidth [8], an additional four instances to conduct their heuristics on are available. 

A good alternative to this time consuming bound is the LEX M bound that performs almost as good as MSVS but has the advantage to be computable in substantially less time.