Header menu link for other important links
X
Faster parameterized algorithms using linear programming
Published in Association for Computing Machinery
2014
Volume: 11
   
Issue: 2
Abstract
We investigate the parameterized complexity of VERTEX COVER parameterized by the difference between the size of the optimal solution and the value of the linear programming (LP) relaxation of the problem. By carefully analyzing the change in the LP value in the branching steps, we argue that combining previously known preprocessing rules with the most straightforward branching algorithm yields an O∗(2.618k) algorithm for the problem. Here, k is the excess of the vertex cover size over the LP optimum, and we write O∗ (f(k)) for a time complexity of the form O(f(k)nO(1)). We proceed to show that a more sophisticated branching algorithm achieves a running time of O∗(2.3146k). Following this, using previously known as well as new reductions, we give O∗(2.3146k) algorithms for the parameterized versions of ABOVE GUARANTEE VERTEX COVER, ODD CYCLE TRANSVERSAL, SPLIT VERTEX DELETION, and ALMOST 2-SAT, and O∗(1.5214k) algorithms for KÖNIG VERTEX DELETION and VERTEX COVER parameterized by the size of the smallest odd cycle transversal and König vertex deletion set. These algorithms significantly improve the best known bounds for these problems. The most notable improvement among these is the new bound for ODD CYCLE TRANSVERSAL - this is the first algorithm that improves on the dependence on k of the seminal O∗(3k) algorithm of Reed, Smith, and Vetta. Finally, using our algorithm, we obtain a kernel for the standard parameterization of VERTEX COVER with at most 2k - c log k vertices. Our kernel is simpler than previously known kernels achieving the same size bound. © 2014 ACM.
About the journal
JournalData powered by TypesetACM Transactions on Algorithms
PublisherData powered by TypesetAssociation for Computing Machinery
ISSN15496325
Open AccessYes
Concepts (11)
  •  related image
    Linear programming
  •  related image
    Parameterization
  •  related image
    BRANCHING ALGORITHMS
  •  related image
    Linear programming relaxation
  •  related image
    ODD CYCLE TRANSVERSALS
  •  related image
    Optimal solutions
  •  related image
    PARAMETERIZED ALGORITHM
  •  related image
    PARAMETERIZED COMPLEXITY
  •  related image
    Time complexity
  •  related image
    Vertex cover
  •  related image
    Parameter estimation