4 # =============================================== Global
12 # Parameters are provided
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ---------------------------------------------- 1.1 Domain
33 # ---------------------------------------------- 1.2 Scattering
36 # e/i| c1 c2 c3 c4 c5 | i | N | 1
37 0 -1 0 0 0 0 0 0 0 ## c1 == 0
38 1 0 -32 0 1 0 0 0 0 ## -32*c2+c4 >= 0
39 1 0 32 0 -1 0 0 0 31 ## 32*c2-c4+31 >= 0
40 0 0 0 -1 0 0 0 0 0 ## c3 == 0
41 0 0 0 0 -1 0 1 0 0 ## c4 == i
42 0 0 0 0 0 -1 0 0 0 ## c5 == 0
44 # ---------------------------------------------- 1.3 Access
47 # e/i| Arr [1]| i | N | 1
48 0 -1 0 0 0 3 ## Arr == a
49 0 0 -1 1 0 0 ## [1] == i
51 # ---------------------------------------------- 1.4 Statement Extensions
52 # Number of Statement Extensions
55 # Number of original iterators
57 # List of original iterators
59 # Statement body expression
63 # =============================================== Statement 2
64 # Number of relations describing the statement:
67 # ---------------------------------------------- 2.1 Domain
75 # ---------------------------------------------- 2.2 Scattering
78 # e/i| c1 c2 c3 | i | N | 1
79 0 -1 0 0 0 0 1 ## c1 == 1
80 0 0 -1 0 1 0 0 ## c2 == i
81 0 0 0 -1 0 0 0 ## c3 == 0
83 # ---------------------------------------------- 2.3 Access
86 # e/i| Arr [1]| i | N | 1
87 0 -1 0 0 0 4 ## Arr == b
88 0 0 -1 1 0 0 ## [1] == i
90 # ---------------------------------------------- 2.4 Statement Extensions
91 # Number of Statement Extensions
94 # Number of original iterators
96 # List of original iterators
98 # Statement body expression
102 # =============================================== Extensions
110 # Mapping array-identifiers/array-names
119 ./unitary/stripmine_non_pretty.c
120 # Starting line and column
122 # Ending line and column