IMSL C# Numerical Library

DenseLP.SetUpperBound Method 

Sets the upper bound, x_u on the variables.

public void SetUpperBound(
   double[] upperBound
);

Parameters

upperBound
A double array containing the upper bound on the variables.

Remarks

If there is no upper bound on a variable, then -10e30 should be set as the upper bound. By default there is no upper bound on a variable.

See Also

DenseLP Class | Imsl.Math Namespace