IMSL C# Numerical Library

MinConNLP.SetXlowerBound Method 

Sets the lower bounds on the variables.

public void SetXlowerBound(
   double[] lower
);

Parameters

lower
A double array specifying the lower bounds on the variables.

Remarks

By default, the elements of this array are set to -1.79e308.

See Also

MinConNLP Class | Imsl.Math Namespace