I am new to uppaal. I have a system consisting of different models. I also have a clock and a double variable declared.
For my invariants and guards, there is a need for me to check these two values (Clock t; double y; invariant: t<=y or for guard t==y or ty).
Now at the point of the simulation, I have this error
The successors of this state are not well defined. SymbolicState:clock: Model.t -> double
I have no idea what I did wrong.