Returns the dual solution vector, w.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double[] GetDualSolution() |
Visual Basic (Declaration) |
---|
Public Function GetDualSolution As Double() |
Visual C++ |
---|
public: array<double>^ GetDualSolution() |
Return Value
A double array containing the dual solution vector, w.
Remarks
If
is at neither its upper nor lower bound
then
. If
is at
its lower bound then
. If
is at its upper bound then
. If the upper and lower bound for the j-th
variable are equal, fixing the value of
,
then the value of
is arbitrary.







