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.7
[barvinok.git]
/
tests
/
iscc
/
leroux
blob
a95dac40dc52696707c14e0be04b53e996a1155e
1
# This example was derived from an Omega test case reported by
2
# Jerome Leroux <leroux@labri.fr>.
3
P :=
4
2 4
5
1 1 -3 -1
6
1 -1 3 2
7
;
8
9
S := sample P;
10
assert(S <= P);
11
assert(card(S) = { 1 });