A parameterized algorithm for chordal sandwich

  • Authors:
  • Pinar Heggernes;Federico Mancini;Jesper Nederlof;Yngve Villanger

  • Affiliations:
  • Department of Informatics, University of Bergen, Bergen, Norway;Department of Informatics, University of Bergen, Bergen, Norway;Department of Informatics, University of Bergen, Bergen, Norway;Department of Informatics, University of Bergen, Bergen, Norway

  • Venue:
  • CIAC'10 Proceedings of the 7th international conference on Algorithms and Complexity
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given an arbitrary graph G=(V,E) and an additional set of admissible edges F, the Chordal Sandwich problem asks whether there exists a chordal graph (V,E∪F′) such that F′⊆F. This problem arises from perfect phylogeny in evolution and from sparse matrix computations in numerical analysis, and it generalizes the widely studied problems of completions and deletions of arbitrary graphs into chordal graphs. As many related problems, Chordal Sandwich is NP-complete. In this paper we show that the problem becomes tractable when parameterized with a suitable natural measure on the set of admissible edges F. In particular, we give an algorithm with running time $\mathcal{O}(2^{k}n^{5})$ to solve this problem, where k is the size of a minimum vertex cover of the graph (V, F). Hence we show that the problem is fixed parameter tractable when parameterized by k. Note that the parameter does not assume any restriction on the input graph, and it concerns only the additional edge set F.