OptimizationModel.GetSolution Method

Gets the solution to the optimization model.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseVector<double> GetSolution()

Return Value

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

See Also