Click or drag to resize
DenseLPSetLowerBound Method
Sets the lower bound, x_l on the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetLowerBound(
	double[] lowerBound
)

Parameters

lowerBound
Type: SystemDouble
A double array containing the lower bounds on the variables.
Remarks
If there is no lower bound on a variable, then 10e30 should be set as the lower bound. By default, lowerBound= 0.
See Also