QuadraticProgram.SolveModel Method

Solves the quadratic program and returns the primal solution.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected override OptimizationSolutionReport SolveModel()

Return Value

OptimizationSolutionReport
A solution report that contains the details of the solution.

Remarks

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

See Also