Skip to content

Commit 710029d

Browse files
committed
Refine EWD998 animation formatting and the modules documentation.
Changed EWD998ChanID's Init predicate to allow nodes to initially be active and inactive, which is required for the animation to be interesting. Co-authored-by: Claude Sonnet 4.5 <[email protected]> Signed-off-by: Markus Alexander Kuppe <[email protected]>
1 parent c2641e6 commit 710029d

File tree

2 files changed

+488
-151
lines changed

2 files changed

+488
-151
lines changed

specifications/ewd998/EWD998ChanID.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Init ==
9696
THEN << [type |-> "tok", q |-> 0, color |-> "black", vc |-> clock[n] ] >>
9797
ELSE <<>>] \* with empty channels.
9898
(* EWD840 *)
99-
/\ active \in [Node -> {FALSE}]
99+
/\ active \in [Node -> BOOLEAN]
100100
/\ color \in [Node -> {"black"}]
101101
/\ passes = IF terminated THEN 0 ELSE -1
102102

0 commit comments

Comments
 (0)