Liste des Groupes | Revenir à c theory |
On 2/10/2025 2:33 AM, Mikko wrote:A truism is not more than a fact. It is just a different thing.On 2025-02-09 15:21:57 +0000, olcott said:void Infinite_Loop()
On 2/9/2025 3:48 AM, Mikko wrote:I.e., an inference, not a fact.On 2025-02-08 14:43:53 +0000, olcott said:Cannot possibly halt in the same way that an infinite
On 2/8/2025 3:54 AM, Fred. Zwarts wrote:The word "cannot" is not compatible with the meaning of the word "fact".Op 08.feb.2025 om 00:13 schreef olcott:When DD calls HHH(DD) in recursive simulation it is aExperts in the C programming language will know that DDYes, it demonstrates the incapability of HHH to correctly determine the halting behaviour of DD
correctly simulated by HHH cannot possibly reach its own
"if" statement.
The finite string DD specifies non-terminating recursiveThe finite string defines one behaviour. This finite string, when given to an X86 processor shows halting behaviour. This finite string,when given to a world class simulator, shows halting behaviour. Only HHH fails to see this proven halting behaviour. So it proves the failure of HHH.
simulation to simulating termination analyzer HHH. This
makes HHH necessarily correct to reject its input as
non-halting.
HHH aborts the simulation on unsound grounds one cycle before the simulation would terminate normally.
typedef void (*ptr)();Yes. And the behaviour of this finite string has been proven to show halting behaviour. Only Olcott's HHH fails to see it.
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
https://www.researchgate.net/ publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D https://github.com/plolcott/x86utm/blob/master/Halt7.c
has fully operational HHH and DD
The halting problem has always been a mathematical mapping
from finite strings to behaviors.
His misunderstanding is that he thinks that the behaviour defined by the finite string depends on the simulator.
verified fact that DD cannot possibly halt.
That "DD cannot possibly halt" is not a fact. A fact may be that "DD has
not halted in any test so far".
loop cannot possibly halt.
{
HERE: goto HERE;
return;
}
It is more than a fact it is a truism.
I can remind you that it is a sin but I can't prevent you from doing it.Then quit doing it.That you don't understandIt is a sin to present a false claim about another person.
the C programming language well enough to see this counts
as no rebuttal what-so-ever.
Les messages affichés proviennent d'usenet.