Liste des Groupes | Revenir à theory |
On 8/7/2024 1:59 AM, Mikko wrote:That is because conventionally the question is "Does thing computationOn 2024-08-04 19:33:36 +0000, olcott said:A Conventional halt decider is 1 for halts and 0 for does not halt.
On 8/4/2024 2:05 PM, Richard Damon wrote:Conventionally the value 0 is used for "no" (for example, no errors)On 8/4/24 2:49 PM, olcott wrote:A single universal decider can correctly determine whetherOn 8/4/2024 1:38 PM, Richard Damon wrote:And thus, not a halt decider.On 8/4/24 10:46 AM, olcott wrote:I made a mistake that I corrected on a forum that allowsWhen we define an input that does the opposite of whateverBut false indicates that the input does not halt, but it does.
value that its halt decider reports there is a way for the
halt decider to report correctly.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
HHH returns false indicating that it cannot
correctly determine that its input halts.
True would mean that its input halts.
editing: *Defining a correct halting decidability decider*
1=input does halt
0=input cannot be decided to halt
Sorry, you are just showing your ignorance.
And, the problem is that a given DD *CAN* be decided about halting, just not by HHH, so "can not be decided" is not a correct answer.
or not an input could possibly be denial-of-service-attack.
0=yes does not halt or pathological self-reference
1=no halts
and value 1 for "yes". If there are different "yes" results other
0 also means input has pathological relationship to decider.It cannot mean both "does not halt" and "has pathological relationship
In other words 1 means good input and 0 means bad input.That is not the same in other words.
Les messages affichés proviennent d'usenet.