Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Jym <Jean-Yves.Moyen+news@xxxxxxxxxxxx>
- Date: Thu, 06 Mar 2008 21:56:30 +0100
On Thu, 06 Mar 2008 21:47:54 +0100, Tim Tyler <seemysig@xxxxxxxxxxxxxx> wrote:
Jym wrote:Tim Tyler <seemysig@xxxxxxxxxxxxxx> wrote:Jym wrote:
PRM, for example, don't have this limitation.In case of parallel register machine, for example, you have a "fork" operation that create a new process and each process execute in parallel no matter how many of them there is. Obviously, this is unrealistic and allow to create 2^n process (hence, 2^n "computer power") in time n and then use them to solve whatever you want.
A huge parallel computer is OK with me - it is the same type of idea
as a Turing machine having an infinite tape.
Big, parallel computers still have processing limitations - in that
there are limits to the speed information can be propagated about
and there are still processes with temporal dependencies.
They can't send info from one processor to the other, except when creating one or when computation is done (and the info goes back to the "father"). But creating/dying always takes a single unit of time, no matter how many processors are already active. [...]
In practice, "fork" operations are limited by "fan in" effects - too many of them in a short space of time, and there's nowhere nearby to
represent the new processes.
If your hypothetical machine can always execute fork operations
in constant time, then it can't be physically constructed.
Absolutely.
And that's also the reason why it can solve Pspace problems in polynomial time without jeopardizing empiric results (and Cook's thesis) that the (realistic) computational model doesn't matter for characterising complexity classes.
Yet, it is useful for theoretical purpose.
And that's also the problem with the OP stamping process: it can copy an arbitrarily large number of dots in a single unit of time. While on any realistic computer/model, copying an array (typically), would take time proportional to its size.
If you consider that the stamping process takes time proportional of the number of dots to copy, then the OP's algorithm require exponential time to solve the subset sum problem. No big news.
--
Hypocoristiquement,
Jym.
.
- Follow-Ups:
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Tim Tyler
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- References:
- Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: HorkGames
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Patricia Shanahan
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Tim Tyler
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Jym
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Tim Tyler
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Jym
- Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- From: Tim Tyler
- Imaginary Polynomial Time Algorithm for Subset sum Problem
- Prev by Date: Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- Next by Date: The Lipton Theory Symposium at Georgia Tech
- Previous by thread: Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- Next by thread: Re: Imaginary Polynomial Time Algorithm for Subset sum Problem
- Index(es):
Relevant Pages
|