Question about 1-to-Many Synchronization in UPPAAL #299
-
Dear UPPAAL Team, I hope this message finds you well. According to the UPPAAL documentation, the definition of a broadcast channel is as follows:
I would like to achieve a 1-to-many synchronization where, unlike broadcast channels, Additionally, I would like to impose clock constraints on this transition, which is not allowed with broadcast channels. Could you please assist me in achieving this? Thank you very much for your help. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You could use a shared variable to count the number of ready processes and then add a guard on the sending edge. Clock constraints on the sender side should also work. |
Beta Was this translation helpful? Give feedback.
Here's an example with
msg
being broadcast: