Re: basic query regarding NP Complete...
- From: "Russell Easterly" <logiclab@xxxxxxxxxxx>
- Date: Tue, 22 Aug 2006 17:40:23 -0700
"Simon" <count.numbers@xxxxxx> wrote in message
news:4l06s3Fe7aitU1@xxxxxxxxxxxxxxxxx
Russell Easterly wrote:
For example. if a. b. and c are sorting algorithms, you will have^^^^^^^^^^
I assume you meant sorting _problems_?
to show a polynomial method of converting a 3-SAT instance
into a sorting problem.
What is a sorting problem and why is it in NP?
You could use MaxVertex Cover for your NP-Complete problem.
Max Vertex Cover can be converted into a sorting problem.
How, in polynomial time?
I should have said Maximum Independent Set.
Max Vertex Cover is easy to solve.
And yes, if you can show such a conversion (in polynomial time)
then you can prove P=NP.
For example, you can show that an ordering of vertices
such that the nth vertex in the ordering is the first vertex
that has an edge with a vertex that occurs earlier in the list,
then the graph has an independent set of at least size n-1.
Russell
- 2 many 2 count
.
- Follow-Ups:
- Re: basic query regarding NP Complete...
- From: Simon
- Re: basic query regarding NP Complete...
- References:
- basic query regarding NP Complete...
- From: Prakash
- Re: basic query regarding NP Complete...
- From: Kai Schories
- Re: basic query regarding NP Complete...
- From: Prakash
- Re: basic query regarding NP Complete...
- From: Russell Easterly
- Re: basic query regarding NP Complete...
- From: Simon
- basic query regarding NP Complete...
- Prev by Date: Re: Diopantine Equations and comp science
- Next by Date: Re: basic query regarding NP Complete...
- Previous by thread: Re: basic query regarding NP Complete...
- Next by thread: Re: basic query regarding NP Complete...
- Index(es):
Relevant Pages
|