Click or drag to resize
Accord.NET (logo)

QuadraticConstraint Properties

The QuadraticConstraint type exposes the following members.

Properties
  NameDescription
Public propertyLinearTerms
Gets the vector b of linear terms for the constraint x'Ax + x'b.
Public propertyNumberOfVariables
Gets the number of variables in the constraint.
(Inherited from NonlinearConstraint.)
Public propertyQuadraticTerms
Gets the matrix of A quadratic terms for the constraint x'Ax + x'b.
Public propertyShouldBe
Gets the type of the constraint.
(Inherited from NonlinearConstraint.)
Public propertyTolerance
Gets the violation tolerance for the constraint. Equality constraints should set this to a small positive value. Default is 1e-8.
(Inherited from NonlinearConstraint.)
Public propertyValue
Gets the value in the right hand side of the constraint equation. Default is 0.
(Inherited from NonlinearConstraint.)
Top
See Also