[SAL] A question when using SAL
Ashish Tiwari
tiwari at csl.sri.com
Mon Jun 19 10:20:31 PDT 2006
>
> In addition, the process jumps out transition after executing "ELSE -->" ?
In your example, once the counter i reaches 100,
the "ELSE --> " transition is taken infinitely many
times, that is, the process remains in the state
i=100 and keeps looping in that state. (It does not
deadlock).
-Ashish
>>>> If you add an else clause so it reads
>>>>
>>>> i<100 --> i' = i+1;
>>>> []
>>>> ELSE -->
>>>>
More information about the SAL
mailing list