Click or drag to resize
Accord.NET (logo)

LinearConstraint Constructor (Int32)

Constructs a new linear constraint.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LinearConstraint(
	int numberOfVariables
)
Request Example View Source

Parameters

numberOfVariables
Type: SystemInt32
The number of variables in the constraint.
See Also