Parallel
spin.txt
Associated article: Spin Model Checking
Tags: Parallel
Source code accompanying the article by Gerard Holzmann in which he examines Spin, a freely-available software package that supports the formal verification of distributed systems. Gerard explains how Spin works, and what types of errors it can help you find.
The Spin Model-Checking Tool by Gerard J. Holzmann Listing One 1 Boolean array b(0;1) integer k, i, j, 2 comment process i, with i either 0 or 1; 3 C0: b(i) := false; 4 C1: ifk != i then begin 5 C2: if not (b(j) then go ...


