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
barvinok 0.41.8
[barvinok.git]
/
tests
/
iscc
/
count
/
example2
blob
e0c5bce1440ad03f41cbb81e7d3711522a2a872e
1
# example on page 3
2
P :=
3
4 4
4
1 1 0 0
5
1 0 1 0
6
1 -2 -1 10
7
1 0 -1 2
8
;
9
assert((card P) = { 16 });