Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makerdao/loop-verification-tutorial


https://github.com/makerdao/loop-verification-tutorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# About

This is a tutorial of how to formally verify function containing a loop using `klab`.

# Building and Running Proofs

Prerequisites: `Z3` version `4.8.7` available on `PATH`.

```
git submodule update --init --recursive
make dapp
make deps RELEASE=true -B
make prove
```

#Explanation

TODO