The rewrite relation of the following TRS is considered.
start(i) | → | busy(F,closed,stop,false,false,false,i) | (1) |
busy(BF,d,stop,b1,b2,b3,i) | → | incorrect | (2) |
busy(FS,d,stop,b1,b2,b3,i) | → | incorrect | (3) |
busy(fl,open,up,b1,b2,b3,i) | → | incorrect | (4) |
busy(fl,open,down,b1,b2,b3,i) | → | incorrect | (5) |
busy(B,closed,stop,false,false,false,empty) | → | correct | (6) |
busy(F,closed,stop,false,false,false,empty) | → | correct | (7) |
busy(S,closed,stop,false,false,false,empty) | → | correct | (8) |
busy(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (9) |
busy(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (10) |
busy(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (11) |
busy(B,open,stop,false,b2,b3,i) | → | idle(B,closed,stop,false,b2,b3,i) | (12) |
busy(F,open,stop,b1,false,b3,i) | → | idle(F,closed,stop,b1,false,b3,i) | (13) |
busy(S,open,stop,b1,b2,false,i) | → | idle(S,closed,stop,b1,b2,false,i) | (14) |
busy(B,d,stop,true,b2,b3,i) | → | idle(B,open,stop,false,b2,b3,i) | (15) |
busy(F,d,stop,b1,true,b3,i) | → | idle(F,open,stop,b1,false,b3,i) | (16) |
busy(S,d,stop,b1,b2,true,i) | → | idle(S,open,stop,b1,b2,false,i) | (17) |
busy(B,closed,down,b1,b2,b3,i) | → | idle(B,closed,stop,b1,b2,b3,i) | (18) |
busy(S,closed,up,b1,b2,b3,i) | → | idle(S,closed,stop,b1,b2,b3,i) | (19) |
busy(B,closed,up,true,b2,b3,i) | → | idle(B,closed,stop,true,b2,b3,i) | (20) |
busy(F,closed,up,b1,true,b3,i) | → | idle(F,closed,stop,b1,true,b3,i) | (21) |
busy(F,closed,down,b1,true,b3,i) | → | idle(F,closed,stop,b1,true,b3,i) | (22) |
busy(S,closed,down,b1,b2,true,i) | → | idle(S,closed,stop,b1,b2,true,i) | (23) |
busy(B,closed,up,false,b2,b3,i) | → | idle(BF,closed,up,false,b2,b3,i) | (24) |
busy(F,closed,up,b1,false,b3,i) | → | idle(FS,closed,up,b1,false,b3,i) | (25) |
busy(F,closed,down,b1,false,b3,i) | → | idle(BF,closed,down,b1,false,b3,i) | (26) |
busy(S,closed,down,b1,b2,false,i) | → | idle(FS,closed,down,b1,b2,false,i) | (27) |
busy(BF,closed,up,b1,b2,b3,i) | → | idle(F,closed,up,b1,b2,b3,i) | (28) |
busy(BF,closed,down,b1,b2,b3,i) | → | idle(B,closed,down,b1,b2,b3,i) | (29) |
busy(FS,closed,up,b1,b2,b3,i) | → | idle(S,closed,up,b1,b2,b3,i) | (30) |
busy(FS,closed,down,b1,b2,b3,i) | → | idle(F,closed,down,b1,b2,b3,i) | (31) |
busy(B,closed,stop,false,true,b3,i) | → | idle(B,closed,up,false,true,b3,i) | (32) |
busy(B,closed,stop,false,false,true,i) | → | idle(B,closed,up,false,false,true,i) | (33) |
busy(F,closed,stop,true,false,b3,i) | → | idle(F,closed,down,true,false,b3,i) | (34) |
busy(F,closed,stop,false,false,true,i) | → | idle(F,closed,up,false,false,true,i) | (35) |
busy(S,closed,stop,b1,true,false,i) | → | idle(S,closed,down,b1,true,false,i) | (36) |
busy(S,closed,stop,true,false,false,i) | → | idle(S,closed,down,true,false,false,i) | (37) |
idle(fl,d,m,b1,b2,b3,empty) | → | busy(fl,d,m,b1,b2,b3,empty) | (38) |
idle(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | busy(fl,d,m,or(b1,i1),or(b2,i2),or(b3,i3),i) | (39) |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (45) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (56) |
busy#(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (57) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
start#(i) | → | busy#(F,closed,stop,false,false,false,i) | (59) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,d,stop,true,b2,b3,i) | → | idle#(B,open,stop,false,b2,b3,i) | (63) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | or#(b1,i1) | (65) |
busy#(F,d,stop,b1,true,b3,i) | → | idle#(F,open,stop,b1,false,b3,i) | (66) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | or#(b3,i3) | (67) |
busy#(S,d,stop,b1,b2,true,i) | → | idle#(S,open,stop,b1,b2,false,i) | (68) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | busy#(fl,d,m,or(b1,i1),or(b2,i2),or(b3,i3),i) | (70) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | or#(b2,i2) | (76) |
The dependency pairs are split into 1 component.
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | busy#(fl,d,m,or(b1,i1),or(b2,i2),or(b3,i3),i) | (70) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(S,d,stop,b1,b2,true,i) | → | idle#(S,open,stop,b1,b2,false,i) | (68) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(F,d,stop,b1,true,b3,i) | → | idle#(F,open,stop,b1,false,b3,i) | (66) |
busy#(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(B,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (45) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(B,d,stop,true,b2,b3,i) | → | idle#(B,open,stop,false,b2,b3,i) | (63) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
busy#(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(S,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (57) |
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | → | idle#(F,closed,stop,false,false,false,newbuttons(i1,i2,i3,i)) | (56) |
[stop] | = | 12280 |
[newbuttons(x1,...,x4)] | = | x2 + x3 + x4 + 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x3 + x6 + x7 + 0 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 12280 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 2 |
[correct] | = | 0 |
[B] | = | 1 |
[FS] | = | 1 |
[or(x1, x2)] | = | x2 + 13507 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 1 |
[busy#(x1,...,x7)] | = | x3 + x6 + x7 + 0 |
[empty] | = | 0 |
[start(x1)] | = | 0 |
[BF] | = | 1 |
[or#(x1, x2)] | = | 0 |
[up] | = | 12280 |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
idle#(fl,d,m,b1,b2,b3,newbuttons(i1,i2,i3,i)) | → | busy#(fl,d,m,or(b1,i1),or(b2,i2),or(b3,i3),i) | (70) |
busy#(S,d,stop,b1,b2,true,i) | → | idle#(S,open,stop,b1,b2,false,i) | (68) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(B,d,stop,true,b2,b3,i) | → | idle#(B,open,stop,false,b2,b3,i) | (63) |
busy#(F,d,stop,b1,true,b3,i) | → | idle#(F,open,stop,b1,false,b3,i) | (66) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x4 + x6 + x7 + 0 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 2 |
[correct] | = | 0 |
[B] | = | 1 |
[FS] | = | 1 |
[or(x1, x2)] | = | x2 + 13507 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 1 |
[busy#(x1,...,x7)] | = | x4 + x6 + x7 + 0 |
[empty] | = | 39945 |
[start(x1)] | = | 0 |
[BF] | = | 1 |
[or#(x1, x2)] | = | 0 |
[up] | = | 1 |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
busy#(B,d,stop,true,b2,b3,i) | → | idle#(B,open,stop,false,b2,b3,i) | (63) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,d,stop,b1,true,b3,i) | → | idle#(F,open,stop,b1,false,b3,i) | (66) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x4 + x5 + x6 + x7 + 2 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 4 |
[correct] | = | 0 |
[B] | = | 1 |
[FS] | = | 1 |
[or(x1, x2)] | = | x2 + 13507 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 1 |
[busy#(x1,...,x7)] | = | x4 + x5 + x6 + x7 + 2 |
[empty] | = | 28386 |
[start(x1)] | = | 0 |
[BF] | = | 1 |
[or#(x1, x2)] | = | 0 |
[up] | = | 1 |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
busy#(F,d,stop,b1,true,b3,i) | → | idle#(F,open,stop,b1,false,b3,i) | (66) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 28805 |
[F] | = | 28805 |
[idle#(x1,...,x7)] | = | x1 + x2 + x6 + x7 + 2 |
[false] | = | 6617 |
[closed] | = | 19514 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 12148 |
[correct] | = | 0 |
[B] | = | 28805 |
[FS] | = | 28805 |
[or(x1, x2)] | = | x2 + 13507 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x1 + x2 + x6 + x7 + 2 |
[empty] | = | 41745 |
[start(x1)] | = | 0 |
[BF] | = | 28805 |
[or#(x1, x2)] | = | 0 |
[up] | = | 1 |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
busy#(S,open,stop,b1,b2,false,i) | → | idle#(S,closed,stop,b1,b2,false,i) | (51) |
busy#(B,open,stop,false,b2,b3,i) | → | idle#(B,closed,stop,false,b2,b3,i) | (58) |
busy#(F,open,stop,b1,false,b3,i) | → | idle#(F,closed,stop,b1,false,b3,i) | (60) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 43005 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 86013 |
[F] | = | 64508 |
[idle#(x1,...,x7)] | = | max(x1 + 15330, x2 + 26079, x3 + 36832, x5 + 26078, x7 + 26077, 0) |
[false] | = | 75265 |
[closed] | = | 10750 |
[down] | = | 64510 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 0 |
[correct] | = | 0 |
[B] | = | 86013 |
[FS] | = | 86013 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 15330, x2 + 15329, x3 + 15329, x5 + 26078, x7 + 36830, 0) |
[empty] | = | 2 |
[start(x1)] | = | 0 |
[BF] | = | 86013 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 21501 |
busy#(F,closed,down,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (50) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 3 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 1 |
[F] | = | 4 |
[idle#(x1,...,x7)] | = | max(x1 + 56529, x2 + 31679, x3 + 24850, x6 + 56528, x7 + 24847, 0) |
[false] | = | 5 |
[closed] | = | 24849 |
[down] | = | 31683 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 1 |
[correct] | = | 0 |
[B] | = | 4 |
[FS] | = | 4 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 56529, x2 + 0, x3 + 24848, x6 + 56528, x7 + 24848, 0) |
[empty] | = | 1 |
[start(x1)] | = | 0 |
[BF] | = | 4 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 0 |
busy#(S,closed,down,b1,b2,true,i) | → | idle#(S,closed,stop,b1,b2,true,i) | (47) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 8 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 6 |
[F] | = | 4 |
[idle#(x1,...,x7)] | = | max(x1 + 22478, x2 + 22484, x3 + 22482, x4 + 22479, 0) |
[false] | = | 12 |
[closed] | = | 6 |
[down] | = | 8 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 0 |
[correct] | = | 0 |
[B] | = | 2 |
[FS] | = | 0 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 22476, x2 + 22479, x3 + 22482, x4 + 22479, x7 + 22483, 0) |
[empty] | = | 0 |
[start(x1)] | = | 0 |
[BF] | = | 12 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 9 |
busy#(B,closed,up,true,b2,b3,i) | → | idle#(B,closed,stop,true,b2,b3,i) | (74) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 15 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 10 |
[F] | = | 2 |
[idle#(x1,...,x7)] | = | max(x1 + 4, x2 + 3, x3 + 2, x5 + 12, x6 + 5, x7 + 1, 0) |
[false] | = | 8 |
[closed] | = | 13 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 0 |
[correct] | = | 0 |
[B] | = | 15 |
[FS] | = | 11 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 4, x2 + 3, x3 + 2, x5 + 12, x6 + 5, x7 + 4, 0) |
[empty] | = | 2 |
[start(x1)] | = | 0 |
[BF] | = | 15 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 16 |
busy#(S,closed,stop,b1,true,false,i) | → | idle#(S,closed,down,b1,true,false,i) | (54) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 5 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 0 |
[F] | = | 2 |
[idle#(x1,...,x7)] | = | max(x1 + 29943, x2 + 2, x3 + 29937, x4 + 13864, 0) |
[false] | = | 16076 |
[closed] | = | 29937 |
[down] | = | 10 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 16083 |
[correct] | = | 0 |
[B] | = | 4 |
[FS] | = | 1 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 29943, x2 + 1, x3 + 29937, x4 + 13864, x7 + 29941, 0) |
[empty] | = | 2 |
[start(x1)] | = | 0 |
[BF] | = | 3 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 0 |
busy#(B,closed,up,false,b2,b3,i) | → | idle#(BF,closed,up,false,b2,b3,i) | (73) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 68692 |
[F] | = | 68692 |
[idle#(x1,...,x7)] | = | x1 + x2 + x7 + 5 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 1 |
[correct] | = | 0 |
[B] | = | 38797 |
[FS] | = | 68692 |
[or(x1, x2)] | = | 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x1 + x2 + x7 + 5 |
[empty] | = | 53225 |
[start(x1)] | = | 0 |
[BF] | = | 68692 |
[or#(x1, x2)] | = | 0 |
[up] | = | 1 |
busy#(BF,closed,down,b1,b2,b3,i) | → | idle#(B,closed,down,b1,b2,b3,i) | (72) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 15 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 15 |
[F] | = | 3 |
[idle#(x1,...,x7)] | = | max(x1 + 24128, x2 + 24127, x3 + 24129, x4 + 24142, x5 + 24132, x7 + 24130, 0) |
[false] | = | 5 |
[closed] | = | 15 |
[down] | = | 0 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 0 |
[correct] | = | 0 |
[B] | = | 18 |
[FS] | = | 11 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 24128, x2 + 24123, x3 + 24129, x4 + 24142, x5 + 24132, x7 + 24140, 0) |
[empty] | = | 2 |
[start(x1)] | = | 0 |
[BF] | = | 0 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 16 |
busy#(F,closed,stop,true,false,b3,i) | → | idle#(F,closed,down,true,false,b3,i) | (49) |
busy#(S,closed,stop,true,false,false,i) | → | idle#(S,closed,down,true,false,false,i) | (71) |
The dependency pairs are split into 1 component.
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 0 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x3 + x4 + x5 + 1 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 36617 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 1 |
[correct] | = | 0 |
[B] | = | 1 |
[FS] | = | 1 |
[or(x1, x2)] | = | x1 + x2 + 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x3 + x4 + x5 + 1 |
[empty] | = | 1 |
[start(x1)] | = | 0 |
[BF] | = | 1 |
[or#(x1, x2)] | = | 0 |
[up] | = | 0 |
or(true,b) | → | true | (40) |
or(false,b) | → | b | (41) |
busy#(B,closed,down,b1,b2,b3,i) | → | idle#(B,closed,stop,b1,b2,b3,i) | (44) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 5 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 8 |
[F] | = | 8 |
[idle#(x1,...,x7)] | = | max(x1 + 32664, x2 + 32665, x3 + 32667, x5 + 32668, x6 + 32666, 0) |
[false] | = | 0 |
[closed] | = | 0 |
[down] | = | 0 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 3 |
[correct] | = | 0 |
[B] | = | 6 |
[FS] | = | 8 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 32664, x3 + 32667, x5 + 32668, x6 + 32666, 0) |
[empty] | = | 0 |
[start(x1)] | = | 0 |
[BF] | = | 8 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 0 |
busy#(B,closed,stop,false,false,true,i) | → | idle#(B,closed,up,false,false,true,i) | (69) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 72633 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 105006 |
[F] | = | 105006 |
[idle#(x1,...,x7)] | = | max(x1 + 0, x2 + 1, x3 + 32372, x4 + 64749, x5 + 32371, x7 + 7877, 0) |
[false] | = | 7883 |
[closed] | = | 40251 |
[down] | = | 40253 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 7878 |
[correct] | = | 0 |
[B] | = | 40250 |
[FS] | = | 105006 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 0, x2 + 0, x3 + 0, x4 + 64749, x5 + 32371, x7 + 40255, 0) |
[empty] | = | 24493 |
[start(x1)] | = | 0 |
[BF] | = | 105006 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 7876 |
busy#(B,closed,stop,false,true,b3,i) | → | idle#(B,closed,up,false,true,b3,i) | (64) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 9 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 6 |
[F] | = | 0 |
[idle#(x1,...,x7)] | = | max(x1 + 4, x2 + 8, x3 + 3, 0) |
[false] | = | 7883 |
[closed] | = | 0 |
[down] | = | 13 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 7878 |
[correct] | = | 0 |
[B] | = | 40250 |
[FS] | = | 8 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 1, x2 + 6, x3 + 3, x7 + 7, 0) |
[empty] | = | 1 |
[start(x1)] | = | 0 |
[BF] | = | 12 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 9 |
busy#(BF,closed,up,b1,b2,b3,i) | → | idle#(F,closed,up,b1,b2,b3,i) | (62) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 12016 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 41973 |
[F] | = | 41973 |
[idle#(x1,...,x7)] | = | x1 + x3 + x7 + 0 |
[false] | = | 1 |
[closed] | = | 1 |
[down] | = | 33957 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 1 |
[correct] | = | 0 |
[B] | = | 0 |
[FS] | = | 41973 |
[or(x1, x2)] | = | 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x1 + x3 + x7 + 0 |
[empty] | = | 20377 |
[start(x1)] | = | 0 |
[BF] | = | 22266 |
[or#(x1, x2)] | = | 0 |
[up] | = | 12016 |
busy#(F,closed,down,b1,false,b3,i) | → | idle#(BF,closed,down,b1,false,b3,i) | (43) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 23118 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 3 |
[F] | = | 23119 |
[idle#(x1,...,x7)] | = | max(x1 + 23108, x2 + 40344, x3 + 23107, x5 + 23109, x7 + 0, 0) |
[false] | = | 0 |
[closed] | = | 5880 |
[down] | = | 23121 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 0 |
[correct] | = | 0 |
[B] | = | 40250 |
[FS] | = | 4 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 23108, x2 + 17233, x3 + 23107, x5 + 23109, x7 + 23110, 0) |
[empty] | = | 17233 |
[start(x1)] | = | 0 |
[BF] | = | 12 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 23119 |
busy#(F,closed,up,b1,false,b3,i) | → | idle#(FS,closed,up,b1,false,b3,i) | (53) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 17908 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 19516 |
[F] | = | 19515 |
[idle#(x1,...,x7)] | = | x1 + x2 + x3 + x7 + 0 |
[false] | = | 2 |
[closed] | = | 1 |
[down] | = | 17778 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 1 |
[correct] | = | 0 |
[B] | = | 0 |
[FS] | = | 19516 |
[or(x1, x2)] | = | 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x1 + x2 + x3 + x7 + 0 |
[empty] | = | 1 |
[start(x1)] | = | 0 |
[BF] | = | 22266 |
[or#(x1, x2)] | = | 0 |
[up] | = | 17908 |
busy#(FS,closed,down,b1,b2,b3,i) | → | idle#(F,closed,down,b1,b2,b3,i) | (48) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
[stop] | = | 30271 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 60540 |
[F] | = | 0 |
[idle#(x1,...,x7)] | = | max(x1 + 2, x2 + 4, x3 + 30271, x5 + 1, 0) |
[false] | = | 0 |
[closed] | = | 0 |
[down] | = | 30271 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 60542 |
[correct] | = | 0 |
[B] | = | 40250 |
[FS] | = | 60540 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 2, x2 + 3, x3 + 2, x5 + 1, x7 + 30271, 0) |
[empty] | = | 0 |
[start(x1)] | = | 0 |
[BF] | = | 12 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 1 |
busy#(F,closed,stop,false,false,true,i) | → | idle#(F,closed,up,false,false,true,i) | (42) |
The dependency pairs are split into 1 component.
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x3 + x7 + 0 |
[false] | = | 16831 |
[closed] | = | 1 |
[down] | = | 24852 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 19825 |
[correct] | = | 0 |
[B] | = | 0 |
[FS] | = | 1 |
[or(x1, x2)] | = | x1 + 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x3 + x7 + 0 |
[empty] | = | 15146 |
[start(x1)] | = | 0 |
[BF] | = | 22266 |
[or#(x1, x2)] | = | 0 |
[up] | = | 2 |
busy#(F,closed,up,b1,true,b3,i) | → | idle#(F,closed,stop,b1,true,b3,i) | (52) |
busy#(S,closed,up,b1,b2,b3,i) | → | idle#(S,closed,stop,b1,b2,b3,i) | (61) |
The dependency pairs are split into 1 component.
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
[stop] | = | 30271 |
[newbuttons(x1,...,x4)] | = | max(0) |
[S] | = | 7 |
[F] | = | 0 |
[idle#(x1,...,x7)] | = | max(x1 + 17538, x2 + 17536, x3 + 17541, x6 + 17534, 0) |
[false] | = | 9 |
[closed] | = | 4 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | max(0) |
[true] | = | 60542 |
[correct] | = | 0 |
[B] | = | 40250 |
[FS] | = | 0 |
[or(x1, x2)] | = | max(0) |
[busy(x1,...,x7)] | = | max(0) |
[start#(x1)] | = | 0 |
[open] | = | 0 |
[busy#(x1,...,x7)] | = | max(x1 + 17537, x2 + 17535, x3 + 17541, x6 + 17534, x7 + 17541, 0) |
[empty] | = | 0 |
[start(x1)] | = | 0 |
[BF] | = | 12 |
[or#(x1, x2)] | = | max(0) |
[up] | = | 5 |
busy#(S,closed,down,b1,b2,false,i) | → | idle#(FS,closed,down,b1,b2,false,i) | (55) |
The dependency pairs are split into 1 component.
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
[stop] | = | 1 |
[newbuttons(x1,...,x4)] | = | 13508 |
[S] | = | 1 |
[F] | = | 1 |
[idle#(x1,...,x7)] | = | x1 + x7 + 1 |
[false] | = | 16831 |
[closed] | = | 1 |
[down] | = | 1 |
[incorrect] | = | 0 |
[idle(x1,...,x7)] | = | 0 |
[true] | = | 19825 |
[correct] | = | 0 |
[B] | = | 0 |
[FS] | = | 3 |
[or(x1, x2)] | = | x1 + 0 |
[busy(x1,...,x7)] | = | 0 |
[start#(x1)] | = | 0 |
[open] | = | 19515 |
[busy#(x1,...,x7)] | = | x1 + x7 + 0 |
[empty] | = | 29846 |
[start(x1)] | = | 0 |
[BF] | = | 22266 |
[or#(x1, x2)] | = | 0 |
[up] | = | 1 |
busy#(FS,closed,up,b1,b2,b3,i) | → | idle#(S,closed,up,b1,b2,b3,i) | (46) |
idle#(fl,d,m,b1,b2,b3,empty) | → | busy#(fl,d,m,b1,b2,b3,empty) | (75) |
The dependency pairs are split into 0 components.