Re: 2 true/false NP complexity related questions
- From: "Shalin Shah" <shah.shalin@xxxxxxxxx>
- Date: 18 Mar 2007 08:22:47 -0700
#2 would be true if you replaced "X <=p SAT" by "SAT <=p X" for the reasons
that you state, but as it stands it is false because the reduction goes in
the wrong direction.
Yes, you need to replace the reduction by SAT <= p X, and the reason
for that is that if you reduce X <= p SAT, you just gave an
exponential time
algorithm for the problem X, which might not require one.
(e.g. sorting by enumerating all permutations)
.
- References:
- 2 true/false NP complexity related questions
- From: cooldavid
- Re: 2 true/false NP complexity related questions
- From: tchow
- 2 true/false NP complexity related questions
- Prev by Date: Re: Hoare's triples question
- Next by Date: Re: automatic bubble sort into quick sort?
- Previous by thread: Re: 2 true/false NP complexity related questions
- Next by thread: theory.stanford
- Index(es):
Relevant Pages
|