First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / published / Web / web7.cloog
blob29b860bd0ca72dbeacdf811ae93d222e103cdbca
1 # CLooG example file #7: A useful basis to start writing its own input file.
2 # 1. Language: C
5 # 2. Parameters {M | M>=0}.
6 1 3
7 #  M  1
8 1  1  0
10 # 3. We let CLooG choose the parameter names.
13 # 4. Number of polyhedra:
16 # 5. Polyhedron #1 {i, j | 0<=i<=M 0<=j<=M}.
18 4 5
19 #   i   j   M   1
20 1   1   0   0   0
21 1  -1   0   1   0
22 1   0   1   0   0
23 1   0  -1   1   0
24 0   0   0
26 # 6. We let CLooG choose the iterator names.
29 # 7. Let CLoog scan the polyhedra in the way it wants.