add isl_schedule_constraints_read_from_file
[isl.git] / test_inputs / codegen / cloog / yosr.st
blob3ad429747bef5dff272f7bbe2006e8832601d790
1 domain: "[n] -> { S1[i0, i1] : i0 >= 1 and i0 <= -1 + n and i1 >= 1 + i0 and i1 <= n; S2[i0, i1, i2] : i0 >= 1 and i0 <= -1 + n and i1 >= 1 + i0 and i1 <= n and i2 >= 1 + i0 and i2 <= n }"
2 child:
3   context: "[n] -> { [] }"
4   child:
5     schedule: "[n] -> [{ S2[i0, i1, i2] -> [(i2)]; S1[i0, i1] -> [(i0)] }]"
6     options: "[n] -> { separate[i0] }"