Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input int values = 2;
- process a {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process b {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process c {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process d {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process e {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process f {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process g {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- process h {
- int x;
- int b,c,d,e,f,g,h;
- state a;
- init a;
- trans a->a {effect x = (x + 1)%values;};
- }
- system async;
Advertisement
Add Comment
Please, Sign In to add comment