Skip to content
/ thesis Public

Master's Thesis in Computer Science: Verification of the Blocking and Non-Blocking Michael-Scott Queue Algorithms

License

Notifications You must be signed in to change notification settings

MatteP1/thesis

Repository files navigation

Compiling the Project

Required Packages and Versions Known to Compile Project

To compile the project, make sure the following packages are installed.

  • coq-core 8.19.0
  • coq-iris 4.2.0
  • coq-iris-heap-lang 4.2.0
  • coq-stdlib 8.19.0
  • coq-stdpp 1.10.0

Installation instructions can be found at coq.inria.fr/download and The Iris Repository.

Compilation Instructions

Clone the repository and navigate to /thesis. Running make here compiles the project; it will create a Coq Makefile for the project and immediately run it.

Alternatively, one can generate the Coq Makefile manually using the following command:

coq_makefile -f _CoqProject -o CoqMakefile

The project is then compiled the project with:

make -f CoqMakefile

Note that some of the files can take a while to compile.

About

Master's Thesis in Computer Science: Verification of the Blocking and Non-Blocking Michael-Scott Queue Algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published