Lambda the Ultimate

inactiveTopic Model Checking Java Programs Using Java PathFinder
started 3/1/2001; 1:39:12 AM - last post 3/1/2001; 1:39:12 AM
Ehud Lamm - Model Checking Java Programs Using Java PathFinder  blueArrow
3/1/2001; 1:39:12 AM (reads: 488, responses: 0)
Model Checking Java Programs Using Java PathFinder
The fundamental problem with model checking, as applied to software, is that it is basically restricted to finite models (so arbitrary precision, for example, is quite problematic). More so, the larger the model (think of it as a search space) the longer checking takes.

Still, finding way to apply model checking to software seems like a very nice research topic.


Posted to Software-Eng by Ehud Lamm on 3/1/01; 1:39:42 AM