Skip to content

comparing stopwatch clock value in UPPAAL #281

Answered by mikucionisaau
Szpilman2 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. 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.

  2. 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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Szpilman2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants