Click or drag to resize
MinConNLPSetXupperBound Method
Sets the upper bounds on the variables.

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

Parameters

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