14.9 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.9.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.9.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.9.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.9.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.9.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.9.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 .