Solving large FPT problems on coarse-grained parallel machines

  • Authors:
  • James Cheetham;Frank Dehne;Andrew Rau-Chaplin;Ulrike Stege;Peter J. Taillon

  • Affiliations:
  • Institute of Biochemistry, Carleton University, Ottawa, Canada K1S 5B6;School of Computer Science, Carleton University, Ottawa, Canada K1S 5B6;Faculty of Computer Science, Dalhousie University, Halifax, Canada B3J 2X4;Department of Computer Science, University of Victoria, Victoria, Canada V8W 3P6;School of Computer Science, Carleton University, Ottawa, Canada K1S 5B6

  • Venue:
  • Journal of Computer and System Sciences - Special issue on Parameterized computation and complexity
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Fixed-parameter tractability (FPT) techniques have recently been successful in solving NP-complete problem instances of practical importance which were too large to be solved with previous methods. In this paper, we show how to enhance this approach through the addition of parallelism, thereby allowing even larger problem instances to be solved in practice. More precisely, we demonstrate the potential of parallelism when applied to the bounded-tree search phase of FPT algorithms. We apply our methodology to the k-VERTEX COVER problem which has important applications in, for example, the analysis of multiple sequence alignments for computational biochemistry. We have implemented our parallel FPT method for the k-VERTEX COVER problem using C and the MPI communication library, and tested it on a 32-node Beowulf cluster. This is the first experimental examination of parallel FPT techniques. As part of our experiments, we solved larger instances of k-VERTEX COVER than in any previously reported implementations. For example, our code can solve problem instances with k≥400 in less than 1.5 h.