Liste des Groupes | Revenir à c theory |
void DDD()
{
H0(DDD);
}
int main()
{
H0(Infinite_Loop);
H0(Infinite_Recursion);
H0(DDD);
}
When this is construed as non-halting criteria then simulatingTo the caller DDD, which then returns to its own caller H0, which returns
termination analyzer H0 is correct to reject these inputs as non-halting
by returning 0 to its caller.
Simulating termination analyzers must report on the behavior that theirH0 must not report on itself, only on DDD. Which you’ve proven halts.
finite string input specifies thus H0 must report that DDD correctly
emulated by H0 remains stuck in recursive simulation.
Les messages affichés proviennent d'usenet.