This uppaal model showing in the image is part of a top system.
It's used to check the condition var==1
hold for at least 10 time units. The range of the integer variable var
is [0, 20000].
I use query E<>condition.hold
to get the trace, but can't get result within minutes. If I change the range of var
to [0, 1000], uppaal return result within seconds.
The question is:
- Do I use uppaal in a right way?
- Is uppaal suitable for this kind of model-checking? or any other options?
Thanks for any help