Optimization Model.Get Solution Method
Gets the solution to the optimization model.
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 variables.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public DenseVector<double> GetSolution()
Return Value
DenseVector<Double>A dense vector containing the optimal values of the variables.