Second-order cone constraint object
SecondOrderConeConstraint
represents the second-order cone
constraint
The A matrix represents the linear factor of the cone.
The b vector represents the center of the cone.
The d vector represents a linear bound.
The γ scalar represents a bound.
Solve problems with second-order cone constraints by using the coneprog
function.
Create a SecondOrderConeConstraint
object by using the secondordercone
function.