Solver Status Updated ArgsTotal Evaluations Property
The total number of solution evaluations.
Definition
Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
C#
public long TotalEvaluations { get; }VB
Public ReadOnly Property TotalEvaluations As Long
GetC++
public:
property long long TotalEvaluations {
long long get ();
}F#
member TotalEvaluations : int64 with get