public static Z3BoolExpr Le(this Z3ArithExpr expr1, Z3Context context, Z3ArithExpr expr2) { Contract.Requires(expr1 != null && expr2 != null); return(context.MkLe(expr1, expr2)); }