ewd998
ewd998 copied to clipboard
Updated spec and invariant, working for N=3,4
- msgSentNotTainted initialization
msgSentNotTainted = [ n \in Node |-> IF n=0 THEN TRUE ELSE FALSE ]
- bring back the safety and liveness check to the EWD998 file as I'm suspecting
terminationDetected
is not properly initialized - changed the invariant to EWD840's as we are implementing a variant of EWD840 here
Also works for N=4