27 lines · plain
1domain: "[n] -> { S2[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= -1 + i0; S1[i0] : i0 >= 1 and i0 <= n; S4[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 + i0 and i1 <= n; S5[i0, i1, i2] : i0 >= 1 and i0 <= n and i1 >= 1 + i0 and i1 <= n and i2 >= 1 and i2 <= -1 + i0; S6[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 + i0 and i1 <= n; S3[i0] : i0 >= 1 and i0 <= n }"2child:3 context: "[n] -> { [] }"4 child:5 schedule: "[n] -> [{ S1[i0] -> [(i0)]; S4[i0, i1] -> [(i0)]; S6[i0, i1] -> [(i0)]; S3[i0] -> [(i0)]; S5[i0, i1, i2] -> [(i0)]; S2[i0, i1] -> [(i0)] }]"6 options: "[n] -> { separate[i0] }"7 child:8 sequence:9 - filter: "[n] -> { S1[i0] }"10 - filter: "[n] -> { S2[i0, i1] }"11 child:12 schedule: "[n] -> [{ S2[i0, i1] -> [(i1)] }]"13 options: "[n] -> { separate[i0] }"14 - filter: "[n] -> { S3[i0] }"15 - filter: "[n] -> { S4[i0, i1]; S5[i0, i1, i2]; S6[i0, i1] }"16 child:17 schedule: "[n] -> [{ S4[i0, i1] -> [(i1)]; S6[i0, i1] -> [(i1)]; S5[i0, i1, i2] -> [(i1)] }]"18 options: "[n] -> { separate[i0] }"19 child:20 sequence:21 - filter: "[n] -> { S4[i0, i1] }"22 - filter: "[n] -> { S5[i0, i1, i2] }"23 child:24 schedule: "[n] -> [{ S5[i0, i1, i2] -> [(i2)] }]"25 options: "[n] -> { separate[i0] }"26 - filter: "[n] -> { S6[i0, i1] }"27