12 lines
490 B
Smalltalk
12 lines
490 B
Smalltalk
domain: "{ S2[i0, i1] : i0 >= 0 and i0 <= 5 and i1 >= i0 and i1 <= 5; S1[i0, i0] : i0 >= 0 and i0 <= 5; S3[i0, 5] : i0 >= 0 and i0 <= 5 }"
|
|
child:
|
|
context: "{ [] }"
|
|
child:
|
|
schedule: "[{ S3[i0, i1] -> [(i0)]; S1[i0, i1] -> [(i0)]; S2[i0, i1] -> [(i0)] }, { S3[i0, i1] -> [(i1)]; S1[i0, i1] -> [(i1)]; S2[i0, i1] -> [(i1)] }]"
|
|
options: "{ separate[i0] }"
|
|
child:
|
|
sequence:
|
|
- filter: "{ S1[i0, i1] }"
|
|
- filter: "{ S2[i0, i1] }"
|
|
- filter: "{ S3[i0, i1] }"
|