Parameterized Study of the Test Cover Problem
R. Crowston, G. Gutin, M. Jones, S. Saurabh, A. Yeo

TL;DR
This paper systematically analyzes the parameterized complexity of the Test Cover problem, identifying which parameterizations are fixed-parameter tractable and which are W[1]-hard, thus clarifying the computational boundaries.
Contribution
It provides a comprehensive parameterized complexity classification for four different parameterizations of the Test Cover problem.
Findings
$k$-Test Cover and $(n-k)$-Test Cover are fixed-parameter tractable.
$(|\mathcal{T}|-k)$-Test Cover and $(\log n + k)$-Test Cover are W[1]-hard.
Abstract
We carry out a systematic study of a natural covering problem, used for identification across several areas, in the realm of parameterized complexity. In the {\sc Test Cover} problem we are given a set of items together with a collection, , of distinct subsets of these items called tests. We assume that is a test cover, i.e., for each pair of items there is a test in containing exactly one of these items. The objective is to find a minimum size subcollection of , which is still a test cover. The generic parameterized version of {\sc Test Cover} is denoted by -{\sc Test Cover}. Here, we are given and a positive integer parameter as input and the objective is to decide whether there is a test cover of size at most . We study four parameterizations for {\sc Test Cover} and obtain…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Algorithms and Data Compression
