14 lines · plain
1domain: "[n] -> { S1[j, 0, 0] : j >= 0 and j <= n; S2[0, l, 0] : l >= 0 and l <= n }"2child:3 context: "[n] -> { [] }"4 child:5 sequence:6 - filter: "[n] -> { S1[i0, i1, i2] }"7 child:8 schedule: "[n] -> [{ S1[i0, i1, i2] -> [(i0)] }]"9 options: "[n] -> { separate[i0] }"10 - filter: "[n] -> { S2[i0, i1, i2] }"11 child:12 schedule: "[n] -> [{ S2[i0, i1, i2] -> [(i1)] }]"13 options: "[n] -> { separate[i0] }"14