|
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
)
Public Sub New (
ParamArray coefficients As Double()
)
Request Example
View SourceParameters
- coefficients
- Type: SystemDouble
The scalar coefficients specifying
how variables should be combined in the constraint.
See Also