I was thinking about the same, but no, so only the vertex cover reduces to the set cover problem this way. But you can reduce the set cover to vertex cover in a different way too.
do independent reduces set cover ? when independent set reduces vertex cover and vertex cover reduces set cover do transition property hold here logically it works i know if u could map input of vertex cover as set cover you can map it with negation(independent set ) too . my q is the transition property holds or not in general
this could be thought of rather trivially by applying the carp reduction function from x to y (let's call it f) then applying the carp reduction function from y to z (let's call it g). So our new reduction function would be h(x) = g(f(x))
Thank you! Yes, we do have transitivity for polynomial-time Karp reductions. There is some further discussion in this related video: th-cam.com/video/eAIiBIzfWaU/w-d-xo.html
thank you so so so so much!!! you explain everything so clearly!!!!
Is the reduction possible when the elements of U appear more (or less) than twice in the collection of subsets? And if yes, how?
I was thinking about the same, but no, so only the vertex cover reduces to the set cover problem this way. But you can reduce the set cover to vertex cover in a different way too.
If K = 3 or generally > 2, can you still find a solution in polynomial time?
Thank you so much!
Thank you
do independent reduces set cover ? when independent set reduces vertex cover and vertex cover reduces set cover do transition property hold here logically it works i know if u could map input of vertex cover as set cover you can map it with negation(independent set ) too . my q is the transition property holds or not in general
afaik Transitivity does hold with carp reductions. So if x
this could be thought of rather trivially by applying the carp reduction function from x to y (let's call it f) then applying the carp reduction function from y to z (let's call it g).
So our new reduction function would be h(x) = g(f(x))
Thank you! Yes, we do have transitivity for polynomial-time Karp reductions. There is some further discussion in this related video: th-cam.com/video/eAIiBIzfWaU/w-d-xo.html
CAN U EXPALIN HOW U TOOK K=2 AND WHAT IS K
Same issue