pbGe function

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

Create the pseudo-boolean relation p1 + p2 + ... + pn >= k.

Implementation

Expr pbGe(Map<Expr, int> args, int k) => currentContext.pbGe(args, k).declare();