source: vis_dev/vis-2.1/examples/crd/safety.fair @ 11

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

Add vis

File size: 366 bytes
Line 
1
2#.include crd.fairness
3!(police.state=go_A_init);
4!(police.state=go_B_init);
5!(road_A.state=STOPPED_init);
6!(road_B.state=STOPPED_init);
7
8
9#.properties
10#.automaton /usr/lib/blah/blah
11#.blifmv safety.mv
12#.connections(status_A=status_A, status_B=status_B)
13#.state st1 = state:GOOD
14#.posfair
15#.subsets {st1}
16#.endfair
17#.endautomaton
18#.endproperties
19!(col.state=GOOD);
Note: See TracBrowser for help on using the repository browser.