evalue_isl.c: div2evalue: use isl_val
[barvinok.git] / tests / iscc / card1
blobfd6a32c550d63a67c4e79438dd3750b26b6da76f
1 M := [N] -> { [i0] -> [o1] : exists (e0 = [(-1 + N - i0)/2]: 2e0 = -1 + N - i0 and 2o1 <= -1 + N and o1 >= 2) };
2 P := [N] -> {[47] : N = 16};
3 assert((card M)(P) == card (M(P)));