IMSL C# Numerical Library

DenseLP.SetUpperLimit Method 

Sets the upper limit of the constraints.

public void SetUpperLimit(
   double[] upperLimit
);

Parameters

upperLimit
A double array containing the upper limit, b_u, of the constraints that have both the lower and the upper bounds.

See Also

DenseLP Class | Imsl.Math Namespace