barvinok 0.41.8
[barvinok.git] / tests / iscc / count / example2
blobe0c5bce1440ad03f41cbb81e7d3711522a2a872e
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
9 assert((card P) = { 16 });