Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 645 Bytes

File metadata and controls

16 lines (8 loc) · 645 Bytes

verification

Verification-related documentation and code for pluto.

Isabelle build

We use the interactive theorem prover Isabelle to show the correctness of pluto's core concept: the IMAP CmRDT. The formaliziation can be found in the corresponding theory files .thy in the Isabelle folder.

In order to create the proof document and the HTML overview, please navigate to the Isabelle folder of the repository and use:

$isabelle build -D . -o browser_info -v IMAP

written with Isabelle 2017

To use this library, please reference to the AFP as described in https://www.isa-afp.org/using.html