topcom.c: add missing include
[barvinok.git] / tests / iscc / lattice_width-3
blob7813e77b3d73cb3ba5ab3bf07b3082e0f203aee9
1 P := [n] -> { [x,y] : x, y >= 0 and x <= n and x - 2y + 2 >= 0 };
2 R := lattice_width(P);
3 W := [n] -> { n : 0 <= n <= 2; (1 + 1/2 * n) : n >= 3 };
4 Z := [n] -> { };
5 assert((R - W) == Z);