ExpCone: Create an Exponential Cone Constraint

ExpConeR Documentation

Create an Exponential Cone Constraint

Description

Constrains (x, y, z) to lie in the exponential cone:

K = \{(x,y,z) \mid y \exp(x/y) \le z,\; y > 0\}

Usage

ExpCone(x_expr, y_expr, z_expr, constr_id = NULL)

Arguments

x_expr

A CVXR expression.

y_expr

A CVXR expression.

z_expr

A CVXR expression.

constr_id

Optional integer constraint ID.

Details

All three arguments must be affine, real, and have the same shape.

Value

An ExpCone constraint object.


CVXR documentation built on March 6, 2026, 9:10 a.m.