IMSL C# Numerical Library

DenseLP.SetLowerBound Method 

Sets the lower bound, x_l on the variables.

public void SetLowerBound(
   double[] lowerBound
);

Parameters

lowerBound
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

DenseLP Class | Imsl.Math Namespace