Liste des Groupes | Revenir à theory |
On 6/28/2024 3:30 AM, Mikko wrote:A call of GreaterThan must give two integers as arguments. ThereOn 2024-06-27 16:56:56 +0000, olcott said:// The question: Is x > y ?
On 6/27/2024 10:35 AM, Mikko wrote:I didn't mean it that generally, only about deciders, but yes, typicalOn 2024-06-27 14:10:02 +0000, olcott said:In other words you are saying that Turing machines do notIn computability theory and computational complexity theory, aThat's right. But that question cannot be presented to the decider.
decision problem is a computational problem that can be posed as
a yes–no question of the input values.
https://en.wikipedia.org/wiki/Decision_problem
Only the input values can.
typically understand English.
Turing machines do not understand any English. More specifically, the
specification of a halt decider (or any typical decider) prevents it
from being asked in any language.
bool GreaterThan(int x, int y) { return (x > y); }
Deciders are always asked a yes/no question of their
inputs in their own native language.
Les messages affichés proviennent d'usenet.