Click or drag to resize
DenseLPSetUpperBound Method
Sets the upper bound, x_u on the variables.

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

Parameters

upperBound
Type: SystemDouble
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