Enumerate and expand: improved algorithms for connected vertex cover and tree cover

  • Authors:
  • Daniel Mölle;Stefan Richter;Peter Rossmanith

  • Affiliations:
  • Dept. of Computer Science, RWTH Aachen University, Germany;Dept. of Computer Science, RWTH Aachen University, Germany;Dept. of Computer Science, RWTH Aachen University, Germany

  • Venue:
  • CSR'06 Proceedings of the First international computer science conference on Theory and Applications
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a new method of solving graph problems related to VERTEX COVER by enumerating and expanding appropriate sets of nodes. As an application, we obtain dramatically improved runtime bounds for two variants of the VERTEX COVER problem: In the case of CONNECTED VERTEX COVER, we take the upper bound from O*(6k) to O*(3.2361k) without large hidden factors. For TREE COVER, we show exactly the same complexity, improving vastly over the previous bound of O*((2k)k). In the process, faster algorithms for solving subclasses of the Steiner tree problem on graphs are investigated.