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
- Host: GitHub
- URL: https://github.com/hengxin/formal-methods
- Owner: hengxin
- License: mit
- Created: 2020-03-22T03:44:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T02:36:31.000Z (over 4 years ago)
- Last Synced: 2025-02-25T05:27:49.819Z (8 months ago)
- Topics: boogie, coq, dafny, formal-methods, sat, smt, tlaplus, tlaps
- Size: 3.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- 张宇奇