10.5 Supported domains¶
This section lists the domains supported by MOSEK.
10.5.1 Linear domains¶
Each linear domain is determined by the dimension
: the zero domain, consisting of the origin
.: the nonnegative orthant domain
.: the nonpositive orthant domain
.: the free domain, consisting of the whole
.
Membership in a linear domain is equivalent to imposing the corresponding set of
10.5.2 Quadratic cone domains¶
The quadratic domains are determined by the dimension
: the quadratic cone domain is the subset of
defined as
: the rotated quadratic cone domain is the subset of
defined as
10.5.3 Exponential cone domains¶
: the primal exponential cone domain is the subset of
defined as
: the dual exponential cone domain is the subset of
defined as
10.5.4 Power cone domains¶
A power cone domain is determined by the dimension
: 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.
: 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.
10.5.5 Geometric mean cone domains¶
A geometric mean cone domain is determined by the dimension
: 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 .
: 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 .
10.5.6 Vectorized semidefinite domain¶
: 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.