brintos

brintos / llvm-project-archived public Read only

0
0
Text · 466 B · 1a14273 Raw
11 lines · plain
1domain: "{ S2[j, a, b] : 2a = j and j >= 1 and j <= 10 and 2b <= j and 2b >= -1 + j; S1[j, a, b] : 2a = j and 2b = j and j <= 8 and j >= 2 }"2child:3  context: "{ [] }"4  child:5    schedule: "[{ S1[j, a, b] -> [(j)]; S2[j, a, b] -> [(j)] }, { S1[j, a, b] -> [(a)]; S2[j, a, b] -> [(a)] }, { S1[j, a, b] -> [(b)]; S2[j, a, b] -> [(b)] }]"6    options: "{ separate[i0] }"7    child:8      sequence:9      - filter: "{ S1[j, a, b] }"10      - filter: "{ S2[j, a, b] }"11