PbAtLeast constructor

PbAtLeast(
  1. List<Expr> args,
  2. int k
)

Implementation

PbAtLeast(this.args, this.k);