On exact algorithms for treewidth

  • Authors:
  • Hans L. Bodlaender;Fedor V. Fomin;Arie M. C. A. Koster;Dieter Kratsch;Dimitrios M. Thilikos

  • Affiliations:
  • Institute of Information and Computing Sciences, Utrecht University, TB Utrecht, The Netherlands;Department of Informatics, University of Bergen, Bergen, Norway;Konrad-Zuse-Zentrum für Informationstechnik Berlin, Berlin, Germany;LITA, Université Paul Verlaine - Metz, Metz Cedex, France;Departament de Llenguatges i Sistemes Informàtics, Universitat Politècnica de Catalunya, Barcelona, Spain

  • Venue:
  • ESA'06 Proceedings of the 14th conference on Annual European Symposium - Volume 14
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We give experimental and theoretical results on the problem of computing the treewidth of a graph by exact exponential time algorithms using exponential space or using only polynomial space. We first report on an implementation of a dynamic programming algorithm for computing the treewidth of a graph with running time O(2n). This algorithm is based on the old dynamic programming method introduced by Held and Karp for the TRAVELING SALESMAN problem. We use some optimizations that do not affect the worst case running time but improve on the running time on actual instances and can be seen to be practical for small instances. However, our experiments show that the space used by the algorithm is an important factor to what input sizes the algorithm is effective. For this purpose, we settle the problem of computing treewidth under the restriction that the space used is only polynomial. In this direction we give a simple O(4n) algorithm that requires polynomial space. We also prove that using more refined techniques with balanced separators, TREEWIDTH can be computed in O(2.9512n) time and polynomial space.