Can you please be more specific about what you find complicated? Doesn't broadcast(sndr, msg) == [n \in Node |-> IF n = sndr THEN [m \in Node |-> Append(chan[n], msg)] ELSE chan[n]] do what you want (where "chan" is the variable that represents the N*N matrix of channels)? Stephan
--
You received this message because you are subscribed to the Google Groups "tlaplus" group. To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx. To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/04097AE5-8CDB-4884-B6CC-930AC837E825%40gmail.com. |