So I'm trying to run a very simple verification on my model, however I get a message saying the property is not satisfied.
I'm trying to verify that in my model if ever Person(0) goes In
eventually Person(0) will come Out
.
Person(0).In --> Person(0).Out
Even though I manually went through all the possibilities in the simulator, I couldn't get any counterexamples for this verification (and in theory this condition should be satisfied).
Is there a problem with the syntax I am using, or does UPPAAL have a known issue with these kind of verifications?