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