pbEq function

PbEq pbEq(
  1. Map<Expr, int> args,
  2. int k
)

Implementation

PbEq pbEq(Map<Expr, int> args, int k) => PbEq(args, k).declare();