Difference between revisions of "BPJ Model Checking"
From BP Wiki
Line 2: | Line 2: | ||
* You can find bugs and underspecification in behavioral programs using model checking. | * You can find bugs and underspecification in behavioral programs using model checking. | ||
− | * The BPmc model checker executes all possible paths of your program looking for states with desired and undesired properties per | + | * The BPmc model checker executes all possible paths of your program looking for states with desired and undesired properties per your specification. |
− | your specification. | + | |
* BPmc can check for safety properties (including deadlocks) and for liveness properties (with fairness assumptions) | * BPmc can check for safety properties (including deadlocks) and for liveness properties (with fairness assumptions) | ||
* Backtracking | * Backtracking |
Revision as of 13:57, 4 August 2013
Model Checking Behavioral Applications with BPmc
- You can find bugs and underspecification in behavioral programs using model checking.
- The BPmc model checker executes all possible paths of your 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)
- Backtracking
- State awareness
- Application Assistance
- Nondeterminisim in behavioral programming