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
int Size()

Total size of the term.

Return:

(int)

Term.ToDJCTerm
Term ToDJCTerm()

Convert object into a disjunctive constraint term

Return:

(Term)