Quadratic Program.Solve Model Method
Solves the quadratic program and returns the primal solution.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
A solution report that contains the details of the solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
protected override OptimizationSolutionReport SolveModel()Return Value
OptimizationSolutionReportA solution report that contains the details of the solution.
Remarks
You should check the Status property to make sure that the solution is valid.