Solver Status Updated Args Class
Provides data for the SolverStatusUpdated event.
Definition
Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class SolverStatusUpdatedArgs : EventArgsVB
Public Class SolverStatusUpdatedArgs
Inherits EventArgsC++
public ref class SolverStatusUpdatedArgs : public EventArgsF#
type SolverStatusUpdatedArgs =
class
inherit EventArgs
endProperties
| BestSolution | The best solution found so far. |
| CurrentSolution | The current solution in the search process. |
| ElapsedTime | The elapsed time since the solving started. |
| Message | A message from the solver on its progress. |
| Solver | The solver. |
| TotalEvaluations | The total number of solution evaluations. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |