15.11 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.11.1 Linear domains¶
Each linear domain is determined by the dimension
Task.appendrzerodomain
: the zero domain, consisting of the origin .Task.appendrplusdomain
: the nonnegative orthant domain .Task.appendrminusdomain
: the nonpositive orthant domain .Task.appendrdomain
: the free domain, consisting of the whole .
Membership in a linear domain is equivalent to imposing the corresponding set of
15.11.2 Quadratic cone domains¶
The quadratic domains are determined by the dimension
Task.appendquadraticconedomain
: the quadratic cone domain is the subset of defined as
Task.appendrquadraticconedomain
: the rotated quadratic cone domain is the subset of defined as
15.11.3 Exponential cone domains¶
Task.appendprimalexpconedomain
: the primal exponential cone domain is the subset of defined as
Task.appenddualexpconedomain
: the dual exponential cone domain is the subset of defined as
15.11.4 Power cone domains¶
A power cone domain is determined by the dimension
Task.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.
Task.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.11.5 Geometric mean cone domains¶
A geometric mean cone domain is determined by the dimension
Task.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 .
Task.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.11.6 Vectorized semidefinite domain¶
Task.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.