I have a model in the UPPAAL software, and try to verify whether items[2] == 3 in every case. I've tried with that: A<>(items[0] == 0 and items1 == 0 and items[2] == 3)
I made a "closing" state (for every template) and the model goes there whether items[2] == 3. From that state there is no outwards. If i read the documentation correctly A<> exactly should find this state and there check whether items[2] == 3.
Do you know what im doing wrong?
I checked and it is the only deadlock/livelock
Thanks in forward!