Skip to content

Formula for veryfing that a state can be reached from another state? #195

Answered by thorulf4
DavidC0rtes asked this question in Q&A

You must be logged in to vote

Because Uppaal does not support nested quantifiers e.g. (A[], A<>, E[], E<>) in one query achieving your goal may require changes to your model.

I recommend adding a boolean that is set to true on edges going into location A, lets call this boolean reachedA.
Now we can check reachability using E<> reachedA && Process.B this should also provide a trace

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by DavidC0rtes
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