Click or drag to resize
Accord.NET (logo)

NonlinearConstraint Properties

The NonlinearConstraint type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfVariables
Gets the number of variables in the constraint.
Public propertyShouldBe
Gets the type of the constraint.
Public propertyTolerance
Gets the violation tolerance for the constraint. Equality constraints should set this to a small positive value. Default is 1e-8.
Public propertyValue
Gets the value in the right hand side of the constraint equation. Default is 0.
Top
See Also