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

https://github.com/hengxin/formal-methods

Formal Methods
https://github.com/hengxin/formal-methods

boogie coq dafny formal-methods sat smt tlaplus tlaps

Last synced: 3 months ago
JSON representation

Formal Methods

Awesome Lists containing this project

README

          

# formal-methods

## [TLA](https://github.com/Disalg-ICS-NJU/tlaplus-lamport-projects)

- [tlaplus-jupyter](https://pypi.org/project/tlaplus-jupyter/)

### TLA+

- [TLA+ in Practice and Theory (four-part blog post series by pressron)](https://pron.github.io/posts/tlaplus_part1)
- [IronFleet@SOSP'2015](https://dl.acm.org/doi/10.1145/2815400.2815428)
- 唐瑞泽、谷晓松
- 谷晓松、唐瑞泽、纪业、易星辰

### TLAPS

- Hyperbook
- [TLA+ Version 2: A Preliminary Guide](http://lamport.azurewebsites.net/tla/tla2-guide.pdf)
- On Paxos
- [tlaps-examples/paxos](https://github.com/hengxin/tlaps-examples/tree/master/Paxos)
- [FM2016: Formal Verification of Multi-Paxos for Distributed Consensus](https://link.springer.com/chapter/10.1007%2F978-3-319-48989-6_8)
- 唐瑞泽、谷晓松、戴若石

## SMT

### Z3

- [SAT/SMT by Examples](https://yurichev.com/SAT_SMT.html)
- 江雪、唐瑞泽、谷晓松、欧阳鸿荣、戴若石

## Coq

- [Software Foundations](https://softwarefoundations.cis.upenn.edu/)
- [FRAP](https://github.com/achlipala/frap)
- 江雪、唐瑞泽、谷晓松、戴若石

## Boogie (Dafny)

- [RALin]()

- [LoopInvariant@CSUR'2014](https://dl.acm.org/doi/10.1145/2506375)
- 张宇奇