1998-12-12 23:17:48 +01:00
|
|
|
Spin is an efficient on-the-fly verification system
|
|
|
|
(a `model checker') for asynchronous concurrent systems,
|
|
|
|
such as data communication protocols, distributed operating
|
|
|
|
systems, database systems, etc.
|
|
|
|
It can be used to prove both safety and liveness properties,
|
|
|
|
including all correctness requirements expressible in linear
|
|
|
|
time temporal logic.
|
1999-06-25 05:51:43 +02:00
|
|
|
Spin uses a high level language to specify systems descriptions,
|
|
|
|
called PROMELA (PROcess MEta LAnguage).
|