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