| Inequality | R Documentation |
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.
Inequality(lhs, rhs, constr_id = NULL)
lhs |
A CVXR expression (left-hand side). |
rhs |
A CVXR expression (right-hand side). |
constr_id |
Optional integer constraint ID. |
An Inequality constraint object.
Equality, NonPos, NonNeg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.