7 lines · plain
1domain: "[n] -> { S1[ii, i] : i >= 0 and i <= n and i <= 9 + 10ii and i >= 10ii }"2child:3 context: "[n] -> { [] : n >= 0 }"4 child:5 schedule: "[n] -> [{ S1[ii, i] -> [(ii)] }, { S1[ii, i] -> [(i)] }]"6 options: "[n] -> { separate[i0] }"7