Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/loop-verification-tutorial
https://github.com/makerdao/loop-verification-tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/loop-verification-tutorial
- Owner: makerdao
- License: agpl-3.0
- Created: 2020-09-24T00:26:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T01:03:49.000Z (over 4 years ago)
- Last Synced: 2023-04-04T02:07:02.652Z (almost 2 years ago)
- Language: Makefile
- Size: 2.31 MB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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