IMSL C# Numerical Library

MinConNLP.SetXupperBound Method 

Sets the upper bounds on the variables.

public void SetXupperBound(
   double[] upper
);

Parameters

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

Remarks

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

See Also

MinConNLP Class | Imsl.Math Namespace