SLIDE 1
The halting problem
- Problem: given an encoding string <M, w>,
determine whether M(w) halts or not.
– Solvable? – We want an “yes/no” answer for each input <M, w>.
- <M, w> = 10110101011 00 11011010111011 … 000
11011101110111011
- Methods:
– Run M(w) in TMU – Analyze M – …
2 2017 Spring