Create the pseudo-boolean relation p1 + p2 + ... + pn <= k.
p1 + p2 + ... + pn <= k
PbAtMost pbAtMost(Iterable<Expr> args, int n) => PbAtMost(args.toList(), n).declare();