Click or drag to resize
DenseLPSetUpperLimit Method
Sets the upper limit of the constraints.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetUpperLimit(
	double[] upperLimit
)

Parameters

upperLimit
Type: SystemDouble
A double array containing the upper limit, b_u
            , of the constraints that have both the lower and the upper bounds.
See Also