QuadraticConstraint Properties |
The QuadraticConstraint type exposes the following members.
Name | Description | |
---|---|---|
LinearTerms |
Gets the vector b of linear terms
for the constraint x'Ax + x'b.
| |
NumberOfVariables |
Gets the number of variables in the constraint.
(Inherited from NonlinearConstraint.) | |
QuadraticTerms |
Gets the matrix of A quadratic terms
for the constraint x'Ax + x'b.
| |
ShouldBe |
Gets the type of the constraint.
(Inherited from NonlinearConstraint.) | |
Tolerance |
Gets the violation tolerance for the constraint. Equality
constraints should set this to a small positive value.
Default is 1e-8.
(Inherited from NonlinearConstraint.) | |
Value |
Gets the value in the right hand side of
the constraint equation. Default is 0.
(Inherited from NonlinearConstraint.) |