SolverStatusUpdatedArgs Class

Provides data for the SolverStatusUpdated event.

Definition

Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class SolverStatusUpdatedArgs : EventArgs
Inheritance
Object    EventArgs    SolverStatusUpdatedArgs

Properties

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)

See Also