|
Loading
|
||||
Dining philosophers exampleThis is a small toy example which is well-suited as an introduction to state spaces (also called occurrence graphs). The analysis of the state space is described in great detail and a large number of different queries are illustrated. The CPN model describes how a number of processes (philosophers) share common resources (chopsticks). The Dining Philosophers is one of the traditional examples used by computer scientists to illustrate new concepts in the area of synchronisation and concurrency.
The files for this net can be found in a subdir of cpntools called Samples\\DiningPhilosophers The files are |
||||