Solves the model and returns the solution.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DenseVector<double> Solve()
Public Function Solve As DenseVector(Of Double)
public:
DenseVector<double>^ Solve()
member Solve : unit -> DenseVector<float>
Return Value
Type:
DenseVectorDoubleA dense vector containing the optimal solution.
You should check the Status property to make sure that the solution is valid.
Reference