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

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

Add vis

File size: 156 bytes
Line 
1#.model player
2#.state st1 = state:WAIT_COMING
3#.negfair
4#.subsets {st1}
5#.endfair
6#.endmodel
7!(player_A.state=WAIT_COMING);
8!(player_B.state=WAIT_COMING);
Note: See TracBrowser for help on using the repository browser.