Dear sir or madam:I have a question about UPPAAL, the details are as follows:
I have set two execution interval of activities with label states with invariant "t<=2","t<=4" and arcs with guard "t>=5", "t>=8" after the states in Independent time automatons, where 2, 4 and 5, 8 are the upper and lower bounds of execution intervals, respectively, i.e., the execution intervals are [2, 4] and [5, 8] of activities. However, when I begin to simulate in simulator of UPPAAL, it will stop at certain state, but when I delete the execution interval [5, 8], it can continue to execute and no stop. So I want to know why it stops, is it version of UPPAAL has potential bugs, or the setting of this is bad.