NonlinearProgram.SolveModel 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#
protected override OptimizationSolutionReport SolveModel()

Return Value

OptimizationSolutionReport
A dense vector containing the optimal solution.

Remarks

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

See Also