Re: Discussion about transformation TSP to UniqueTSP
- From: "Radoslaw Hofman" <radekh@xxxxxxxxx>
- Date: Wed, 29 Nov 2006 11:11:26 +0100
Uzytkownik "deepakc" <deepakc@xxxxxxxxxxxxxxxx> napisal w wiadomosci
news:1164792084.120537.151270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Radoslaw Hofman wrote:
Given Q = Q1 U Q2 U Q3 U Q4 U.....U Qn, and the following facts are
known:
FACT 1: Q is NP-Complete
FACT 2: Qi ! = NULL forall i in [1,N]
FACT 3: Qi for all i in [1, N] are NON-INTERSECTING sets
then we can conclude that each Qi is NP-Complete for all i in [1,N]
I would be more carefull - conclusion could be that at least one of this
languages is NP-complete. Getting back to TSP - if you have 3 languages:
Q1: asking about tour < C
Q2: - '' - ==C
Q3: - '' - >C
Then their union MAY contain question about tour </=/> or combination of
this relations: <=/>=/<> or <>= (meaning lower or greater or equal). Last
version is easiest - it needs O(1) to give answer "YES". Rest can be
considered as NP-complete if we ask for non-trivial C.
In opposite direction - if union is NP-complete then at least one language
it consists of is NP-complete... Because union may contain questions written
in this particular language and if we add set of easier to solve languages
then still lower bound defined as worst minimal time is the same.
Cheers,
Radek Hofman
.
- Follow-Ups:
- Re: Discussion about transformation TSP to UniqueTSP
- From: Bryan Olson
- Re: Discussion about transformation TSP to UniqueTSP
- References:
- Re: Discussion about transformation TSP to UniqueTSP
- From: Bryan Olson
- Re: Discussion about transformation TSP to UniqueTSP
- From: deepakc
- Re: Discussion about transformation TSP to UniqueTSP
- From: Bryan Olson
- Re: Discussion about transformation TSP to UniqueTSP
- From: deepakc
- Re: Discussion about transformation TSP to UniqueTSP
- From: Radoslaw Hofman
- Re: Discussion about transformation TSP to UniqueTSP
- From: deepakc
- Re: Discussion about transformation TSP to UniqueTSP
- Prev by Date: Re: Discussion about transformation TSP to UniqueTSP
- Next by Date: Re: Discussion about transformation TSP to UniqueTSP
- Previous by thread: Re: Discussion about transformation TSP to UniqueTSP
- Next by thread: Re: Discussion about transformation TSP to UniqueTSP
- Index(es):
Relevant Pages
|