Quadratic Program.Solve Model Method
Solves the quadratic program and returns the primal solution.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A solution report that contains the details of the solution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.