Content deleted Content added
Fix the syntax for strong and weak implication operators to match the order of the descriptions |
No edit summary |
||
Line 9:
</source>
The property "every {{color|orange|request}} which is immediately followed by an {{color|orange|ack}} signal, should be followed by a
<source lang="text"> (true[*]; req; ack) |=> (start; busy[*]; end) </source>
A trace satisfying this formula is given in the figure on the right.
|