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.5.0.tar.gz
md5=a0e3d892c7d7ff166612e7b41312c166

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

Dev Dependencies

None

Used by

None

Conflicts

None