15.8 Supported domains¶
This section lists the domains supported by MOSEK. See Sec. 6 (Optimization Tutorials) for how to apply domains to specify affine conic constraints (ACCs) and disjunctive constraints (DJCs).
15.8.1 Linear domains¶
Each linear domain is determined by the dimension
appendrzerodomain
: the zero domain, consisting of the origin .appendrplusdomain
: the nonnegative orthant domain .appendrminusdomain
: the nonpositive orthant domain .appendrdomain
: the free domain, consisting of the whole .
Membership in a linear domain is equivalent to imposing the corresponding set of
15.8.2 Quadratic cone domains¶
The quadratic domains are determined by the dimension
appendquadraticconedomain
: the quadratic cone domain is the subset of defined as
appendrquadraticconedomain
: the rotated quadratic cone domain is the subset of defined as
15.8.3 Exponential cone domains¶
appendprimalexpconedomain
: the primal exponential cone domain is the subset of defined as
appenddualexpconedomain
: the dual exponential cone domain is the subset of defined as
15.8.4 Power cone domains¶
A power cone domain is determined by the dimension
appendprimalpowerconedomain
: the primal power cone domain is the subset of defined as
where
are the weights normalized to add up to , ie. for . The name reads as “n left”, the length of the product on the left-hand side of the definition.
appenddualpowerconedomain
: the dual power cone domain is the subset of defined as
where
are the weights normalized to add up to , ie. for . The name reads as “n left”, the length of the product on the left-hand side of the definition.
Remark: in MOSEK 9 power cones were available only in the special case with
and weights for some specified as cone parameter.
15.8.5 Geometric mean cone domains¶
A geometric mean cone domain is determined by the dimension
appendprimalgeomeanconedomain
: the primal geometric mean cone domain is the subset of defined as
It is a special case of the primal power cone domain with
and weights .
appenddualgeomeanconedomain
: the dual geometric mean cone domain is the subset of defined as
It is a special case of the dual power cone domain with
and weights .
15.8.6 Vectorized semidefinite domain¶
appendsvecpsdconedomain
: the vectorized PSD cone domain is determined by the dimension , which must be of the form . Then the domain is defined as
where
or equivalently
where
In other words, the domain consists of vectorizations of the lower-triangular part of a positive semidefinite matrix, with the non-diagonal elements additionally rescaled.