Nonlinear Program.Solve Model Method
Solves the nonlinear program and returns the primal solution.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A dense vector containing the optimal solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.