Gets the solution to the optimization model.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> GetSolution()
Public Function GetSolution As DenseVector(Of Double)
public:
DenseVector<double>^ GetSolution()
member GetSolution : unit -> DenseVector<float>
Return Value
Type:
DenseVectorDoubleA dense vector containing the optimal values of the
variables.
Reference