INonlinearSolution Interface
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Encapsulates the results and status after an attempt to solve an IRowVariableSolver object.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The INonlinearSolution type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Result | Gets the type of result of a solve attempt. |
![]() | SolvedGoalCount | Gets the number of goals that are being solved. |
| Name | Description | |
|---|---|---|
![]() | GetSolutionValue | Returns the objective value of a goal. |
![]() | GetSolvedGoal | Returns information about a solved goal. |
![]() | GetValue | Returns the value of the specified variable. |
The IRowVariableSolver object is either an INonlinearSolver or an ITermSolver.
INonlinearSolution contains the following information:
Show:
