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
/
sum6
blob
1fc3f980265b0cb3fb91e0e8d85d5137688d85f5
1
# A weighted counting test with an equality constraint involving parameters.
2
r := sum [a=0, b=0:1] -> { [c=0:2] -> c };
3
assert(r == [a=0, b=0:1] -> { 3 });