14.2.5 Class ConeDomain¶
- mosek.fusion.ConeDomain¶
A domain representing a vector cone.
- Members
ConeDomain.axis – Set the dimension along which the cones are created.
ConeDomain.axisIsSet – Returns true if the cone axis was set
ConeDomain.getAxis – Get the dimension along which the cones are created.
ConeDomain.integral – Creates a domain of integral variables.
- ConeDomain.axis¶
ConeDomain axis(int a)
Set the dimension along which the cones are created.
- Parameters
a
(int
)- Return
- ConeDomain.axisIsSet¶
boolean axisIsSet()
Returns true if the cone axis was set
- Return
(
boolean
)
- ConeDomain.getAxis¶
int getAxis()
Get the dimension along which the cones are created.
- Return
(
int
)
- ConeDomain.integral¶
ConeDomain integral()
Modify a given domain restricting its elements to be integral.
- Return