| ExpCone | R Documentation |
Constrains (x, y, z) to lie in the exponential cone:
K = \{(x,y,z) \mid y \exp(x/y) \le z,\; y > 0\}
ExpCone(x_expr, y_expr, z_expr, constr_id = NULL)
x_expr |
A CVXR expression. |
y_expr |
A CVXR expression. |
z_expr |
A CVXR expression. |
constr_id |
Optional integer constraint ID. |
All three arguments must be affine, real, and have the same shape.
An ExpCone constraint object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.