topcom.c: add missing include
[barvinok.git] / tests / iscc / sum6
blob1fc3f980265b0cb3fb91e0e8d85d5137688d85f5
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 });