OptimizationModel.Solve Method

Solves the model and returns the solution.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DenseVector<double> Solve()

Return Value

DenseVector<Double>
A dense vector containing the optimal solution.

Remarks

You should check the Status property to make sure that the solution is valid.

See Also