Hacker News new | ask | show | jobs
by adrianN 2725 days ago
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.
1 comments

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.