DenseLPSetLowerBound Method |
Sets the lower bound,
on the variables.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetLowerBound(
double[] lowerBound
)
Public Sub SetLowerBound (
lowerBound As Double()
)
public:
void SetLowerBound(
array<double>^ lowerBound
)
member SetLowerBound :
lowerBound : float[] -> unit
Parameters
- lowerBound
- Type: SystemDouble
A double array containing the lower bounds on the variables.
Remarks
If there is no lower bound on a variable, then 10e30 should be set
as the lower bound. By default, lowerBound= 0.
See Also