I know that the hitting problem is NP hard, but is it possible to find the magnitude of the smallest set? Also, provide the runtime.
Asked
Active
Viewed 99 times
1
-
welcome to CS! What have you tried? – Yamar69 Oct 24 '19 at 07:26
1 Answers
1
When we say that hitting set is NP-hard, we mean that the following decision problem is NP-hard: given a set system $S$ and an integer $k$, decide whether there is a hitting set for $S$ of size at most $k$.

Yuval Filmus
- 276,994
- 27
- 311
- 503