source: vis_dev/vis-2.1/examples/arbiter/arbiter.ltl @ 11

Last change on this file since 11 was 11, checked in by cecile, 13 years ago

Add vis

File size: 168 bytes
Line 
1# safety: mutual exclusion
2G !(ackA=1 * ackB=1 + ackB=1 * ackC=1 + ackC=1 * ackA=1);
3
4# liveness:
5G(reqA=1 -> F ackA=1);
6G(reqB=1 -> F ackB=1);
7G(reqC=1 -> F ackC=1);
Note: See TracBrowser for help on using the repository browser.