Almost optimal query algorithm for hitting set using a subset query
Abstract
Given access to the hypergraph through a subset query oracle in the query model, we give sublinear time algorithms for Hitting-Set with almost tight parameterized query complexity. In parameterized query complexity, we estimate the number of queries to the oracle based on the parameter , the size of the Hitting-Set. The subset query oracle we use in this paper is called Generalized -partite Independent Set query oracle (GPIS) and it was introduced by Bishnu et al. (ISAAC'18). GPIS is a generalization to hypergraphs of the Bipartite Independent Set query oracle (BIS) introduced by Beame et al. (ITCS'18 and TALG'20) for estimating the number of edges in graphs. Formally, GPIS is defined as follows: GPIS oracle for a -uniform hypergraph takes as input pairwise disjoint non-empty subsets of vertices in and answers whether there is a hyperedge in that intersects each set , where . } For , the GPIS oracle is nothing but BIS oracle. We show that -Hitting-Set, the hitting set problem for -uniform hypergraphs, can be solved using GPIS queries. Additionally, we also showed that -Decesion-Hitting-Set, the decision version of -Hitting-Set can be solved with {\sc GPIS} queries. We complement these parameterized upper bounds with an almost matching parameterized lower bound that states that any algorithm that solves -Decesion-Hitting-Set requires GPIS queries.
Cite
@article{arxiv.1807.06272,
title = {Almost optimal query algorithm for hitting set using a subset query},
author = {Arijit Bishnu and Arijit Ghosh and Sudeshna Kolay and Gopinath Mishra and Saket Saurabh},
journal= {arXiv preprint arXiv:1807.06272},
year = {2023}
}
Comments
22 pages. A preliminary version has appeared in ISAAC'19 and the full version has been accepted in JCSS