Deadlock for a time invariant in UPPAAL 4.1.25-5 but not in UPPAAL 4.0.15 #125
Unanswered
AlCourbis
asked this question in
Show and tell
Replies: 1 comment
-
I presume the deadlock you see is displayed in the symbolic simulator? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have defined a simple process with a time invariant x<=5 at the initial location and an exit transition with guard : x==5 going out to a location.
UPPAAL 4.1.25-5 detects a deadlock for x> 5. However, in my previous release, UPPAAL 4.0.15, no deadlock is detected.
I do not understand the verdict of UPPAAL 4.1.25-5 ! What is wrong ?
I would appreciate some explanations...
Many thanks !
Beta Was this translation helpful? Give feedback.
All reactions