pbLe function

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

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

Implementation

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