process reader = "reader"
begin
Read:
while TRUE do
...
end while;
end process;
The behaviour that i would expect is that the whole cycle is executed and ended in a single step of the model checker while what i get is that only a single iteration is executes as a step. I am missing something?
Thanks