SolverTotal Evaluations Property
Total number of solution evaluations.
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 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