Click or drag to resize
Accord.NET (logo)

LinearConstraint Properties

The LinearConstraint type exposes the following members.

Properties
  NameDescription
Public propertyCombinedAs
Gets the scalar coefficients combining the variables specified by the constraints.
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.
Public propertyValue
Gets the value to be compared to the combined values of the variables.
Public propertyVariablesAtIndices
Gets the index of the variables (in respective to the objective function) of the variables participating in this constraint.
Top
See Also