iscc.c: avoid use of isl_token internals
[barvinok.git] / tests / ehrhart / e15.in
blobc9993e1c15736870444588a8a24e12d0cfd45040
1 # Vincent's example
2 7 7
3 #   i  j  k   P Q
4 1  -1  0  0   0 0   0           # -P <= i <= 0
5 1   1  0  0   1 0   0           #
6 1   0 -1  0   0 0   0           # i <= j <= 0
7 1  -1  1  0   0 0   0           #
8 1   0  0 -1   0 0   0           # i-j <= k <= 0
9 1  -1  1  1   0 0   0           #
10 0   1  1  1   0 -1  0           # Q = i+j+k
12 0 4
14 P Q
15 Little parameter domain example