First commit : 0.14.0 version (with roadmap in doc instead of
[cloog/uuh.git] / test / square+triangle-1-1-2-3.cloog
blobce8f5471b508fe63be96c0135716eb2cfb69af04
1 # language: C
4 # Context
5 # {M | M >= 1}
6 2 3
7 #  M  1
8 1  1 -1
9 1  0  1
12 2 # Number of statements
15 # {i, j | 1<=i<=M; 1<=j<=M}
16 5 5
17 #  i  j  M  1
18 1  1  0  0 -1
19 1 -1  0  1  0
20 1  0  1  0 -1
21 1  0 -1  1  0
22 1  0  0  0  1
23 0  0  0
26 # {i, j | 2<=j<=i<=M}
27 4 5
28 #  i  j  M  1
29 1  0  1  0 -2
30 1  1 -1  0  0
31 1 -1  0  1  0
32 1  0  0  0  1
33 0  0  0
36 0 # Scattering functions