14.2.38 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.
Term.ToDJCTerm – Convert object into a disjunctive constraint term
- Implemented by:
- Term.Size¶
int Size()
Total size of the term.
- Return:
(
int
)