Liste des Groupes | Revenir à c theory |
On 5/10/2025 1:48 PM, Alan Mackenzie wrote:In this case, the description of an algorithm that halts when executed directly.olcott <polcott333@gmail.com> wrote:Because I spent this much time I noticed key detailsOn 5/10/2025 7:37 AM, Bonita Montero wrote:>
[ .... ]
>>I guess that not even a professor of theoretical computer
science would spend years working on so few lines of code.
>I created a whole x86utm operating system.>
It correctly determines that the halting problem's
otherwise "impossible" input is actually non halting.
You've spent over 20 years on this matter. Compare this with Alan
Turing's solution of the Entscheidungsproblem. He published this in 1936
when he was just 24 years old.
>
that no one else has ever bothered to notice before.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
The Halting Problem's impossible input
is correctlyFalse, because the algorithm described by the input halts when executed directly.
determined to be non-halting
when the measure of haltingWhich is not the required basis:
is computing the mapping from the finite string input
to HHH(DD) on the basis of the behavior specified by
by DD emulated by HHH according to the rules of the x86
language.
Les messages affichés proviennent d'usenet.