Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you have anything to substantiate your claim? I worked on formal methods and state explosion is a very real problem. The state of the program is essentially a subset of a Cartesian product of all variables. Even if all your 'n' variables are binary you still have a state space of potential size of 2^n.


Right, and if your program uses a linked list, the state space is infinite! Correct programs written by humans are correct for reasons that don't require exhaustive case analysis.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: