Created
May 31, 2017 23:21
-
-
Save grogers0/c303f232d58358ce5bcb6db9f153b148 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Accepted(ts) == /\ {m.acceptor : m \in SelectMessages("accepted", ts)} \in Quorums | |
/\ {hpos \in DOMAIN history : history[hpos] = [type |-> "response", ts |-> ts]} = {} | |
/\ history' = Append(history, [type |-> "response", ts |-> ts]) | |
/\ UNCHANGED <<msgs, ops, acceptorTS, acceptorValTS, acceptorValue>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment