Fix include directory for libcloog-isl
[cloog/bastoul.git] / test / logopar.cloog
blob37114ae7940e04cca785fa9fb81d2c25485add5c
1 # language: C
4 # Context
5 3 4
6 #  m  n  1
7 1  1 -1  0  # m > n
8 1  1  0  0  # m >= 0
9 1  0  1 -2  # n >= 2
11 m n
13 2 # Number of statements
16 3 6
17 #  i  j  m  n  1
18 1  1  0  0  0 -1 # i >= 1
19 1  0 -1  1  0  0 # j <= m
20 1 -1  1  0  0  1 # j >= i-1
21 0  0  0
24 4 6
25 #  i  j  m  n  1
26 1  1  0  0  0 -2 # i >= 2
27 1 -1  0  0  1  0 # i <= n
28 1  0  1  0  0  0 # j >= 0
29 1  0 -1  0  1  0 # j <= n
30 0  0  0
33 0 # Scattering functions