comparing stopwatch clock value in UPPAAL #281
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Yes, stopwatches can be used the same as any other clock. It's only reachability analysis becomes over-approximate: if UPPAAL says that some state is not reachable, then it is for sure reachable. Alternatively UPPAAL will say "maybe satisfies" which indicates that the found trace may be spurious.
Yes. Actually synchronization through channels is a preferred method as opposed to asynchronous read/write of shared variables which result in much larger state spaces, which is harder to analyse. You need to guarantee the assumption that signal transport time is negligible, i.e. effectively zero. So it all depends on the assumption one can make, how realistic they are.