Click or drag to resize
Accord.NET (logo)

LinearConstraint Constructor (Double)

Constructs a new linear constraint.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LinearConstraint(
	params double[] coefficients
)
Request Example View Source

Parameters

coefficients
Type: SystemDouble
The scalar coefficients specifying how variables should be combined in the constraint.
See Also