14.2.40 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.

Term.toDJCTerm – Convert object into a disjunctive constraint term

Implemented by:

SimpleTerm

Term.size
size() -> int

Total size of the term.

Return:

(int)

Term.toDJCTerm
toDJCTerm() -> Term

Convert object into a disjunctive constraint term

Return:

(Term)