Model checking
From Free net encyclopedia
Model checking is a method to algorithmically verify formal systems. This is achieved by verifying if the model, often deriving from a hardware or software design, satisfies a formal specification. The specification is often written as temporal logic formulas.
The model is usually expressed as a transition system, i.e directed graph consisting of nodes (or vertices) and edges. A set of atomic propositions is associated with each node. The nodes represent states of a system, the edges represent possible executions which alters the state, while the atomic propositions represent the basic properties that hold at a point of execution.
Formally, the problem can be stated as follows: given a desired property, expressed as a temporal logic formula p, and a model M with initial state s, decide if <math>M,s \models p</math>.
Model checking tools face a combinatorial blow up of the state-space, commonly known as the state explosion problem. Researchers have developed symbolic algorithms, partial order reduction, abstraction and on the fly model checking in order to cope with this problem. These tools were initially developed to reason about the logical correctness of discrete state systems, but have since been extended to deal with real-time and limited forms of hybrid systems.
Contents |
See also
Articles
- An Introduction to Model Checking at embedded.com
Related techniques
Research groups
- Model Checking at Carnegie Mellon University
- SAnToS Laboratory at K-State
- Automated Software Engineering at Nasa Ames Research Center
- NASA/JPL Laboratory for Reliable Software
- VLSI/CAD Research group - University of Colorado at Boulder
- Verification and Validation - Brigham Young University, Provo, Utah
- ParaDiSe Laboratory - Masaryk University in Brno
Model checking tools
- Alloy language
- APMC
- BLAST (Berkeley Lazy Abstraction Software Verification Tool)
- LoTREC
- Bogor
- BOOP Toolkit
- Cadena
- Cadence SMV
- CBMC, a bounded Model Checker for C/C++ programs
- CHIC
- COSPAN
- Coverity
- GEAR, a game based model checking tool capable of CTL, modal μ-calculus and specification patterns.
- HOL theorem prover
- Java Pathfinder
- MOPED
- MOPS, Modelchecking Programs for Security properties
- NuSMV: a new symbolic model checker
- ProB
- Probabilistic Symbolic Model Checker
- ProofPower
- PROSPER
- Rabbit
- RAVEN (Real-Time Analysis and Verification Environment)
- RuleBase
- SATABS, predicate abstraction for C/C++ programs
- SAL
- SLAM project
- SMV
- Spin
- UPPAAL
- Verification Interacting with Synthesis (VIS)
References
- Promela and SPIN: What do they promise?, Venkatesh Vinayakarao, 2006.
- Automatic verification of finite state concurrent systems using temporal logic, E.M. Clarke, E.A. Emerson, and A.P. Sistla, ACM Trans. on Programming Languages and Systems, 8(2), pp. 244–263, 1986.
- This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.