Solver Status Updated Args Class
Provides data for the SolverStatusUpdated event.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.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 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. |
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) |