Hacker News new | ask | show | jobs
by red75prime 2725 days ago
If the halting problem was merely NP complex, it would have still limited practical possibilities of static analysis.
1 comments

Eh, modern SMT solvers are very practical tools, as are solvers for Mixed Integer Linear Programs. NP-completeness doesn't mean that you can't solve most instances you care about in reasonable time.
Yes. And the halting problem doesn't preclude static program analysis even if it works with only a subset of all possible programs.
It looks like we're in perfect agreement then.