summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/min-1-1.cloog
blob: a15cdbd44ac2e6b507b025cd2754a45babc54b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# language: C
c

# Context
# {M,N | 1>=0}
1   4
# M N 1
1 0 0 1
0

1 # Number of statements

1
# {i,j |1<=i<=N; 0<=j<=M; j<=i; j+i<=N}, i.e.
# {i,j | (1,j)<=i<=-j+N; 0<=j<=M}
6   6
#  i  j  M  N  1
1  1  0  0  0  -1
1  0  1  0  0  0
1  0  -1 1  0  0
1  1  -1 0  0  0
1  -1 -1 0  1  0
1  0  0  0  0  1
0  0  0
0

0 # Scattering functions