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