The Constraints collection is used to store a list of Constraint objects. The parent can be either the Matrix object or the Solution object. These objects use the Constraints collection to store a list of all the constraints that are defined in the matrix or the solution.
Returns the selected Constraint object from the collection. (Object Property).
Adds a new Constraint object to the collection and the parent Matrix object. (Method)
The number of constraints in the collection. (Integer Property - Read Only)
The number of equal constraints in the matrix. (Integer Property - Read Only)
The number of greater constraints in the matrix. (Integer Property - Read Only)
The number of less than constraints in the matrix. (Integer Property - Read Only)
The number of constraints which contain nonlinear terms. (Integer Property - Read Only)
The number of ranged constraints in the matrix. (Integer Property - Read Only)
The number of constraints with nonzero RHS values. (Integer Property - Read Only)
The number of used constraints in the matrix. (Integer Property - Read Only)