| PowCone3D | R Documentation |
Constrains (x, y, z) to lie in the 3D power cone:
x^\alpha \cdot y^{1-\alpha} \ge |z|, \quad x \ge 0, \; y \ge 0
PowCone3D(x_expr, y_expr, z_expr, alpha, constr_id = NULL)
x_expr |
A CVXR expression. |
y_expr |
A CVXR expression. |
z_expr |
A CVXR expression. |
alpha |
A CVXR expression or numeric value in |
constr_id |
Optional integer constraint ID. |
A PowCone3D constraint object.
PowConeND
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.