summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/isl/test_inputs/convex1.polylib
blob: b563d8de7fff5e83bd068dacd8c06e8256bf761b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# {j,N | 0<=j<=N-1; 2<=N}
4 4
1   1  0   0
1  -1  1  -1
1   0  1  -2
1   0  0   1
# {j, N | 1<=j<=N; 1<=N}
4 4
1  1  0  -1
1 -1  1   0
1  0  1  -1
1  0  0   1
# {j,N | 0<=j<=N; 2<=j+N}
3 4
   1    1    1   -2
   1    1    0    0
   1   -1    1    0