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.7.0.tar.gz
md5=d0939763de7803b2b1678319232451c5

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.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None