SolverStatusUpdatedArgs Properties |
The SolverStatusUpdatedArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BestSolution |
The best known solution so far.
| |
| CurrentSolution |
The current solution in the search.
| |
| ElapsedTime |
The elapsed time since the solving started.
| |
| Message |
A status update from the solver on its progress.
| |
| Solver |
The Solver.
| |
| TotalSolutionsGenerated |
The total number of solution evaluations.
|