Skip to content

Commit

Permalink
A system with *one* node won't see the token moving.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy committed Apr 10, 2023
1 parent ff7a49a commit 75673c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/ewd998/EWD998ChanTrace.tla
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ IsInitiateToken(l) ==
/\ \E idx \in DOMAIN inbox[snd]:
inbox[snd][idx].type = "tok"
\* The senders's inbox contains no longer the token in the next state.
/\ \A idx \in DOMAIN inbox'[snd]:
inbox'[snd][idx].type # "tok"
/\ snd # rcv => \A idx \in DOMAIN inbox'[snd]:
inbox'[snd][idx].type # "tok"
\* Sender has *not* to be inactive to initiate the token!
/\ UNCHANGED <<active, counter>>

Expand Down

0 comments on commit 75673c4

Please sign in to comment.