Difference between revisions of "BPJ Model Checking"
From BP Wiki
Line 8: | Line 8: | ||
== Additional Information == | == Additional Information == | ||
* [[BPmcAPI | BPmc API: Controlling the verification]] | * [[BPmcAPI | BPmc API: Controlling the verification]] | ||
− | |||
* [[RunMode | Run modes and execution parameters for model-checking]] | * [[RunMode | Run modes and execution parameters for model-checking]] | ||
+ | * [[Nondetermism | Nondeterministic execution in behavioral programming]] | ||
* State awareness | * State awareness |
Revision as of 11:28, 16 January 2014
Model Checking Behavioral Applications with BPmc
Introduction
- You can find bugs and under-specification in behavioral programs using model checking.
- The BPmc model checker executes all possible paths of a behavioral program looking for states with desired and undesired properties per your specification.
- BPmc can check for safety properties (including deadlocks) and for liveness properties (with fairness assumptions)