Nonlinear Program.Solve Model Method
Solves the nonlinear program and returns the primal solution.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector containing the optimal solution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override OptimizationSolutionReport SolveModel()
Return Value
OptimizationSolutionReportA dense vector containing the optimal solution.
Remarks
You should check the Status property to make sure that the solution is valid.