2010
DOI: 10.1016/j.jcss.2009.09.002
|View full text |Cite
|
Sign up to set email alerts
|

A kernelization algorithm for d-Hitting Set

Abstract: For a given parameterized problem, π , a kernelization algorithm is a polynomial-time pre-processing procedure that transforms an arbitrary instance of π into an equivalent one whose size depends only on the input parameter(s). The resulting instance is called a problem kernel. In this paper, a kernelization algorithm for the 3-Hitting Set problem is presented along with a general kernelization for d-Hitting Set. For 3-Hitting Set, an arbitrary instance is reduced into an equivalent one that contains at most 5… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
217
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 139 publications
(217 citation statements)
references
References 14 publications
0
217
0
Order By: Relevance
“…A parameterized problem P is parameterized reducible to a parameterized problem Q if there is a FPT algorithm that transforms an instance x, k of P into an instance x , k of Q such that x, k ∈ P ⇔ x , k ∈ Q and k = g(k) for some function g. A parameterized problem P to which all problems in W [1] [28] involves a systematic exploration of the solution space of a parameterized problem in a tree-like fashion. The depths of such search trees are usually upper-bounded by values depending on the parameter.…”
Section: Parameterized Complexity Preliminariesmentioning
confidence: 99%
See 2 more Smart Citations
“…A parameterized problem P is parameterized reducible to a parameterized problem Q if there is a FPT algorithm that transforms an instance x, k of P into an instance x , k of Q such that x, k ∈ P ⇔ x , k ∈ Q and k = g(k) for some function g. A parameterized problem P to which all problems in W [1] [28] involves a systematic exploration of the solution space of a parameterized problem in a tree-like fashion. The depths of such search trees are usually upper-bounded by values depending on the parameter.…”
Section: Parameterized Complexity Preliminariesmentioning
confidence: 99%
“…Proof: For each fixed r, in O(n r+1 ) time, an r-Partization instance G, k can be transformed into an (r + 1)-uniform Hitting Set instance U = V (G), C = K, k = k , where K denotes the set of cliques of size (r + 1) in G. Thus, we obtain an O(k r ) size kernel using the kernelization techniques employed in [1].…”
Section: R-partization In Perfect Graphsmentioning
confidence: 99%
See 1 more Smart Citation
“…1 In this problem, the input consists of a universe U , a family F containing sets of size at most d over U , and in integer k. The objective is to determine whether there exists a set S ⊆ U of size at most k that intersects every set in F. Abu-Khzam [2] gave an improved kernel for d-Hitting Set, still with O(k d ) sets, but with O(k d−1 ) elements. The importance of the d-Hitting Set problem stems from the number of other problems that can be re-cast in terms of it.…”
Section: Introductionmentioning
confidence: 99%
“…Here, the input is a graph G and an integer k, and the task is to determine whether there exists a subset S of at most k vertices such that every connected component of G − S is a clique (such graphs are called cluster graphs). Also this problem can be formulated as a 3-Hitting Set problem where the family F contains the vertex sets of all induced P 3 's of G. An induced P 3 is a path on three vertices where the first and last vertex are non-adjacent in G. The kernel with O(k 2 ) elements for d-Hitting Set [2] can be adapted to obtain kernels with O(k 2 ) vertices for…”
Section: Introductionmentioning
confidence: 99%