Questions about the simulate query #303
-
My problem is with the 'simulate' query. What I want to find out is, when a number of simulations of my whole system reach the last state in my templates and when they use a broadcast channel to change templates. If possible I would like to query the broadcast channels directly, but I have not yet found any information on whether that is even possible. So two questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
If you are interested in some certain behavior, then the stochastic system can be quite difficult to drive because there can be lots of different behaviors. You could try the following:
Please see the documentation: https://docs.uppaal.org/language-reference/query-syntax/statistical_queries/ |
Beta Was this translation helpful? Give feedback.
Correct.
This does not seem to be the case. Here is how to generate a counter example:
Enable diagnostic trace:
Options
>Diagnostic Trace
>Shortest
(I see that you have enabled bunch of other options, but most of the them are irrelevant for SMC, like:
Exploration
,State space reduction
,State space representation
,Extrapolation
can be reset to default values)Click
Check
and…