vix.ing · top · new · best · stats · spec

Almost optimal query algorithm for hitting set using a subset query

2018/07/17 by Arijit Bishnu, Bishnu, Arijit, Arijit Ghosh +7
Computer Science · #Advanced Graph Theory Research #Algorithms and Data Compression #Complexity and Algorithms in Graphs #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences

paper · pdf · doi:10.48550/arxiv.1807.06272

openalex publication_date 2018/07/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

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 k, the size of the Hitting-Set. The subset query oracle we use in this paper is called Generalized d-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 d-uniform hypergraph H takes as input d pairwise disjoint non-empty subsets A1, …, Ad of vertices in \cal H and answers whether there is a hyperedge in H that intersects each set Ai, where i ∈ \1, 2, …, d\. For d=2, the GPIS oracle is nothing but BIS oracle. We show that d-Hitting-Set, the hitting set problem for d-uniform hypergraphs, can be solved using \widetildeOd(kd log n) GPIS queries. Additionally, we also showed that d-Decesion-Hitting-Set, the decision version of d-Hitting-Set can be solved with \widetildeOd( min \ kdlog n, k2d2 \ ) \sc GPIS queries. We complement these parameterized upper bounds with an almost matching parameterized lower bound that states that any algorithm that solves d-Decesion-Hitting-Set requires Ω( \binomk+dd ) GPIS queries.

Related