Constrains the left-hand side to be less than or equal to the
right-hand side elementwise: \(lhs \le rhs\). Typically created
via the <= operator on CVXR expressions.
Usage
Inequality(lhs, rhs, constr_id = NULL)
Arguments
- lhs
A CVXR expression (left-hand side).
- rhs
A CVXR expression (right-hand side).
- constr_id
Optional integer constraint ID.
Value
An Inequality constraint object.