this repo has no description
at develop 190 B view raw
1predicate fzn_sum_set(array[int] of int: vs, array[int] of int: ws, 2 var set of int: x, var int: s) = 3 s == sum(j in index_set(vs)) ( bool2int(vs[j] in x) * ws[j] );