Hi, the problem is the conjunct channels \in [p \in Player |-> Seq(Msg)] The right-hand side denotes the function that assigns to each player the set of sequences of messages. You want the set of such functions, written as channels \in [Player -> Seq(Msg)] The corresponding TLA+ modules are attached to this message. Note that with respect to my previous message, I had to replace the conjunct ChanType' with channels' \in [Player -> Seq(Msg)] so that it corresponds to the syntactic form that TLC expects. In the Toolbox, I used the definition override Seq(S) <- UNION {[1..n -> S] : n \in 0 .. 2} Regards, 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 post to this group, send email to tlaplus@xxxxxxxxxxxxxxxx. Visit this group at https://groups.google.com/group/tlaplus. To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/B1079604-6E87-46FD-B350-17E3BEBEFA30%40gmail.com. For more options, visit https://groups.google.com/d/optout. |
Attachment:
Channel1.tla
Description: Binary data
-- 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 post to this group, send email to tlaplus@xxxxxxxxxxxxxxxx. Visit this group at https://groups.google.com/group/tlaplus. To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/B1079604-6E87-46FD-B350-17E3BEBEFA30%40gmail.com. For more options, visit https://groups.google.com/d/optout. |
Attachment:
Channels.tla
Description: Binary data
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 post to this group, send email to tlaplus@xxxxxxxxxxxxxxxx. Visit this group at https://groups.google.com/group/tlaplus. To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/B1079604-6E87-46FD-B350-17E3BEBEFA30%40gmail.com. For more options, visit https://groups.google.com/d/optout. |