Hi,
We had some confusion during modeling in UPPAAL.
1. Is the select statement uniform in selecting values in the bounded range? For example, if we use a select statement i:int[1,99], we wonder the probability of choosing 1 is definitely 1/100?
If so, what is the difference between select statement and the probability branch (using branch point) ?
2. When our model has probabilistic characteristics, which means it is a SMC version model, can we still use standard queries like A[], E<>, etc. ?
Thank you!
Hi,
We had some confusion during modeling in UPPAAL.
1. Is the select statement uniform in selecting values in the bounded range?
For example, if we use a select statement i:int[1,99], we wonder the probability of choosing 1 is definitely 1/100?
If so, what is the difference between select statement and the probability branch (using branch point) ?
2. When our model has probabilistic characteristics, which means it is a SMC version model, can we still use standard queries like A[], E<>, etc. ?