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