Sujet : Re: Proving the: Simulating termination analyzer Principle
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.lang.cDate : 06. Apr 2025, 02:42:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vssm6s$3m0q1$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 4/5/2025 8:37 PM, Richard Heathfield wrote:
On 06/04/2025 02:22, olcott wrote:
<snip>
The last step is validating that this principle is correct.
Whether or not your "principle" is correct is neither here nor there. It's relevant only to the Olcott Problem, which clearly isn't the Halting Problem.
HHH is a correct simulating termination analyzer that
correctly determines the halt status of the HP
impossible input:
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
-- Copyright 2025 Olcott "Talent hits a target no one else can hit; Geniushits a target no one else can see." Arthur Schopenhauer