Is there a "good enough" solution for the halting problem?
Posted
by EpsilonVector
on Stack Overflow
See other posts from Stack Overflow
or by EpsilonVector
Published on 2010-03-18T00:00:45Z
Indexed on
2010/03/18
0:01 UTC
Read the original article
Hit count: 294
halting-problem
It is known that the halting problem cannot have a definite solution, one that a) returns true <==> the program does indeed halt, and b) handles any input, but I was wondering if there are good enough solutions to the problem, ones that can maybe handle certain types of program flows perfectly, or is able to identify it when it cannot correctly solve the problem, and so on....
If so, how good are they, and what ideas/limitations do they rely on?
© Stack Overflow or respective owner