-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#### <a href="https://github.com/nano-o/Distributed-termination-detection">Termination</a> | ||
- Specification's authors: Giuliano Losa | ||
- Original paper: <a href="https://link.springer.com/article/10.1007/BF01782776">Mattern, Friedemann. Algorithms for distributed termination detection. Distributed computing 2.3 (1987): 161-175.</a> | ||
- Extended modules: FinSet, Bags, Nat | ||
- Computation models: no faults | ||
- Some properties checked with TLC: termination | ||
- <a href="https://github.com/nano-o/Distributed-termination-detection">TLA<sup>+</sup> files</a> | ||
- Original paper: <a href="https://link.springer.com/chapter/10.1007/3-540-16042-6_4">Kumar, Devendra. *A class of termination detection algorithms for distributed computations.* International Conference on Foundations of Software Technology and Theoretical Computer Science. Springer, Berlin, Heidelberg, 1985.</a> | ||
- Also appears in: <a href="https://link.springer.com/article/10.1007/BF01782776">Mattern, Friedemann. Algorithms for distributed termination detection. Distributed computing 2.3 (1987): 161-175.</a> | ||
- Extended modules: Integers, FiniteSets, Apalache, Sequences | ||
- Computation models: asynchronous without faults | ||
- Some properties checked with Apalache: an inductive invariant implying safety (checked inductive for 5 processes) | ||
- <a href="https://github.com/nano-o/Distributed-termination-detection">TLA<sup>+</sup> files and explanations</a> | ||
|
||
|