Is it possible to check if an object is element of an array in UPPAAL?
If I have a integer array
int ap[1,2];
I want to do a query in the verifier, where I have something like:
E<> 1 \in Process.ap[1]
And additionally, are there String types or character types in UPPAAL?
Thanks in advance!