Detecting the recursive simulation behavior pattern: HHH(DD)
From olcott@polcott333@gmail.com to comp.theory,comp.lang.c,comp.lang.c++ on Mon Aug 4 16:55:28 2025
From Newsgroup: comp.lang.c
Simulating Termination Analyzer HHH correctly simulates its input until:
(a) Detects a non-terminating behavior pattern: abort simulation and
return 0.
(b) Simulated input reaches its simulated "return" statement: return 1.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
Can you see that DD correctly simulated by HHH demonstrates the
recursive simulation non halting behavior pattern that cannot possibly
reach its own "if" statement?
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer
--- Synchronet 3.21a-Linux NewsLink 1.2
Who's Online
Recent Visitors
Microbot
Sat Aug 23 00:05:56 2025
from
Moore, Ok
via
Telnet
Noozle
Fri Aug 22 11:07:42 2025
from
Noozle City
via
Telnet
Microbot
Fri Aug 22 01:53:59 2025
from
Moore, Ok
via
Telnet
Microbot
Thu Aug 21 03:21:53 2025
from
Moore, Ok
via
Telnet