Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 361 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 361 Bytes

DirtyForksTLA

Dining philosophers problem. Chandy/Misra solution. TLA+

Model configuration

Don't forget to configure your model:

    SPECIFICATION Spec

    CONSTANT N = 5

    PROPERTY

Properties

The following properties are provided to check states' sanity :

TypeInvariant

MutualExclusion

IndividualVivacity

GlobalVivacity