1*5971e316Smrgdomain: "[n, m] -> { S1[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= m }" 2*5971e316Smrgchild: 3*5971e316Smrg context: "[n, m] -> { [] }" 4*5971e316Smrg child: 5*5971e316Smrg schedule: "[n, m] -> [{ S1[i0, i1] -> [(i0 + i1)] }, { S1[i0, i1] -> [(i0)] }]" 6*5971e316Smrg options: "[n, m] -> { separate[i0] }" 7