package coq-mutual-exclusion

  1. Overview
  2. No Docs
A certification of Peterson's algorithm for managing mutual exclusion

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
md5=138c7ac0e67f013ce3c64e46f6316eaf

Description

This is a proof of certification of Peterson's algorithm for managing mutual exclusion. The case of two processes is treated in the directory called ``binary'' (see the README file in this directory). The case of n processes will be available soon.

Dependencies (2)

  1. coq >= "8.9" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None