LinearProgram.GetDualSolution 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.0
C#
public DenseVector<double> GetDualSolution()

Return Value

DenseVector<Double>
A dense vector containing the optimal values of the dual variables.

See Also