зеркало из https://github.com/microsoft/CCF.git
4a468588b9 | ||
---|---|---|
.. | ||
.gitignore | ||
MCccfraft.cfg | ||
MCccfraft.tla | ||
MCccfraftWithReconfig.tla | ||
README.md | ||
SIMCoverageccfraft.R | ||
SIMCoverageccfraft.cfg | ||
SIMCoverageccfraft.tla | ||
SIMccfraft.cfg | ||
SIMccfraft.tla | ||
ccfraft.tla | ||
install_deps.py | ||
tlc.sh |
README.md
TLA+ specification
This directory contains a formal specification of CCF's variant of Raft in TLA+. For more information, please refer to the CCF documentation: https://microsoft.github.io/CCF/main/architecture/raft_tla.html.
You can also interact with this specification using codespaces:
You can also manually run install_deps.py to install or update the dependencies required to interact with the spec. Run with --help
to see all available options