Linear Program.Get Dual Solution Method
Gets the solution to the dual problem of the linear program.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector containing the optimal values of the dual variables.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DenseVector<double> GetDualSolution()
Return Value
DenseVector<Double>A dense vector containing the optimal values of the dual variables.