repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
topcom.c: add missing include
[barvinok.git]
/
tests
/
iscc
/
lattice_width-3
blob
7813e77b3d73cb3ba5ab3bf07b3082e0f203aee9
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);