IShift SolverTotal Evaluations Property
Gets the number of individual solutions evaluated by the solver.
(NB this is not possible to count for all solvers and depends on the
type of algorithms used).
Definition
Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
long TotalEvaluations { get; }VB
ReadOnly Property TotalEvaluations As Long
GetC++
property long long TotalEvaluations {
long long get ();
}F#
abstract TotalEvaluations : int64 with get