powered by
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)
An ExpCone constraint object.
ExpCone
A CVXR expression.
Optional integer constraint ID.
All three arguments must be affine, real, and have the same shape.