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 with DJC.AND.

Members:

Term.size – Total size of the term.

Implemented by:

SimpleTerm

Term.size
int size()

Total size of the term.

Return:

(int)