From 0da8e83213f125b8af743ca150f49846f83e00d3 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 13 Jul 2018 12:16:30 +0200 Subject: [PATCH] add iGPS to list of case studies we maintain --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b363d48fa..8dfa27155 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ that should be compatible with this version: collect miscellaneous case studies that do not have their own repository. * [LambdaRust](https://gitlab.mpi-sws.org/FP/LambdaRust-coq/) is a Coq formalization of the core Rust type system. +* [iGPS](https://gitlab.mpi-sws.org/FP/sra-gps/tree/gen_proofmode_WIP) is a + logic for release-acquire memory. * [Iris Atomic](https://gitlab.mpi-sws.org/FP/iris-atomic/) is an experimental formalization of logically atomic triples in Iris. -- GitLab