picos.expressions.cone¶
Backend for mathematical set type implementations.
Classes
- class picos.expressions.cone.Cone(dim, typeStr, symbStr)[source]¶
Bases:
Set
Abstract base class for a cone.
- property dim¶
The fixed member dimensionality, or
None
.If this is
None
, the instance represents any finite dimensional version of the cone. Such an abstract cone can not be used to define aProductCone
.
- abstract property dual_cone¶
The dual cone.