Create the pseudo-boolean relation p1 + p2 + ... + pn <= k.
p1 + p2 + ... + pn <= k
Expr pbLe(Map<Expr, int> args, int k) => currentContext.pbLe(args, k).declare();