This class represents a reformulated exponential cone constraint operating elementwise on a,b,c.
class
ExpCone(x, y, z, id =NA_integer_)## S4 method for signature 'ExpCone'as.character(x)## S4 method for signature 'ExpCone'residual(object)## S4 method for signature 'ExpCone'size(object)## S4 method for signature 'ExpCone'num_cones(object)## S4 method for signature 'ExpCone'cone_sizes(object)## S4 method for signature 'ExpCone'is_dcp(object)## S4 method for signature 'ExpCone'is_dgp(object)## S4 method for signature 'ExpCone'canonicalize(object)
Arguments
x: The variable x in the exponential cone.
y: The variable y in the exponential cone.
z: The variable z in the exponential cone.
id: (Optional) A numeric value representing the constraint ID.