iscc.c: avoid use of isl_token internals
[barvinok.git] / tests / lexmin / negative.pip
blobca6f10d0aeedf5cc137a6a46aea220ea08b8481d
1 1 3
2 #  n  1
3 1  1 -1 # n >= 1
4 -1
6 2 4
7 #  i  n  1
8 1  1  0  1 # i >= -1
9 1 -1  1  0 # i <= n
11 Urs_unknowns