14.8 Supported domains¶
This section lists the domains supported by MOSEK. See Sec. 7 (Optimization Tutorials) for how to apply domains to specify conic constraints and disjunctive constraints (DJCs).
14.8.1 Affine domains¶
Domain.EqualsTo
: the fixed domain consisting of a single point,Domain.LessThan
: the upper-bounded domain specified by an upper bound in each dimension,Domain.GreaterThan
: the lower-bounded domain specified by a lower bound in each dimension,Domain.InRange
: the ranged domain specified by an interval in each dimension,Domain.Unbounded
: the unbounded domain .
Membership in an affine domain imposes linear constraints in the model. The unbounded domain imposes no restriction.
14.8.2 Quadratic cone domains¶
The quadratic domains are determined by the dimension
Domain.InQCone
: the quadratic cone domain is the subset of defined as
Domain.InRotatedQCone
: the rotated quadratic cone domain is the subset of defined as
14.8.3 Exponential cone domains¶
Domain.InPExpCone
: the primal exponential cone domain is the subset of defined as
Domain.InDExpCone
: the dual exponential cone domain is the subset of defined as
14.8.4 Power cone domains¶
A power cone domain is determined by the dimension
Domain.InPPowerCone
: 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.
Domain.InDPowerCone
: 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.
14.8.5 Geometric mean cone domains¶
A geometric mean cone domain is determined by the dimension
Domain.InPGeoMeanCone
: 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 .
Domain.InDGeoMeanCone
: 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 .
14.8.6 Positive semidefinite cone domain¶
Domain.InPSDCone
is the domain of symmetric positive-semidefinite variables of a given dimension . It can only be applied to objects of shape .