barvinok 0.41.7
[barvinok.git] / tests / iscc / lattice_width-1
blob3f95cc9accbbacf288bf505ec72de9cec03db0f6
1 P := [n] -> { [x,y] : x, y >= 0 and x <= 10 and 2x+y <= n };
2 R := lattice_width(P);
3 W := [n] -> { 10 : n >= 21; 1/2 * n : 0 <= n <= 20 };
4 Z := [n] -> { };
5 assert((R - W) == Z);