سؤال

لديه أي شخص لديه اتصال مع نموذج التحقق من هذه الأداة تدور ، حتى المزيد من المعلومات من <حريف="http://en.wikipedia.org/wiki/model_checking" rel="nofollow"> فحص النموذج (البرامج المتزامنة)

هل كانت مفيدة؟

المحلول

Yes, SPIN is a very good model checker but I am wondering what you want? Do you just want to hear that yes, I have heard and played with SPIN or do you want suggestions for how to model check source code?

For example, if you're a C programmer, get your hands in ESBMC, write a little program and run ESBMC on it.

That should get you started to understanding what can be done and how to do it. By the way, for starters Model Checking is not static analysis. It is actually much more powerful. It's the anti-static analysis. Model Checking actually 'in a (very narrow) sense' simulates your program and find situations (argument combinations, exceptional situations, border cases) where it would actually fail.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top