MinConNLPSetXupperBound Method |
Sets the upper bounds on the variables.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetXupperBound(
double[] upper
)
Public Sub SetXupperBound (
upper As Double()
)
public:
void SetXupperBound(
array<double>^ upper
)
member SetXupperBound :
upper : float[] -> unit
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