Shift SearchTotal Evaluations Property
Returns the number of unique solutions analysed by the algorithm.
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#
public long TotalEvaluations { get; }VB
Public ReadOnly Property TotalEvaluations As Long
GetC++
public:
virtual property long long TotalEvaluations {
long long get () sealed;
}F#
abstract TotalEvaluations : int64 with get
override TotalEvaluations : int64 with get