OptimizationModel.Solve Method

Solves the model and returns the solution.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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