Gets the solution to the dual problem of the linear program.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> GetDualSolution()
Public Function GetDualSolution As DenseVector(Of Double)
public:
DenseVector<double>^ GetDualSolution()
member GetDualSolution : unit -> DenseVector<float>
Return Value
Type:
DenseVectorDoubleA dense vector containing the optimal values of the
dual variables.
Reference