SolverProperties Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines properties that can be retrieved by events.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The SolverProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GoalValue | Represents the current best value for the first goal in a model. |
![]() ![]() | IterationCount | Represents the iteration count for a solve attempt. |
![]() ![]() | SolverName | The name of the solver class. |
![]() ![]() | SolveState | Represents the reason the solver raised the event. |
![]() ![]() | VariableLowerBound | Represents the lower bound for a variable. |
![]() ![]() | VariableStartValue | Represents the initial value for a variable. |
![]() ![]() | VariableUpperBound | Represents the upper bound on a variable. |
Show:
