Skip to content

Dining philosophers problem. Chandy/Misra solution. TLA+

Notifications You must be signed in to change notification settings

Kordump/DirtyForksTLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dining philosophers problem. Chandy/Misra solution. TLA+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published