IShiftSolverTotalEvaluations 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).
Namespace:
SRS.ShiftSolver.Solvers
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxlong TotalEvaluations { get; }
ReadOnly Property TotalEvaluations As Long
Get
property long long TotalEvaluations {
long long get ();
}
abstract TotalEvaluations : int64 with get
Property Value
Type:
Int64
See Also