14.2.39 Class Term¶
- mosek.fusion.Term¶
A class representing a term, which ultimately enters a disjunctive constraint. A term can be a simple term, such as a (possibly multidimensional) inequality or equality constructed with
DJC.Term
or a conjunction of simple terms constructed withDJC.AND
.- Members
Term.Size – Total size of the term.
- Implemented by
- Term.Size¶
int Size()
Total size of the term.
- Return
(
int
)