ISolverTotal 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: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
long TotalEvaluations { get; }VB
ReadOnly Property TotalEvaluations As Long
GetC++
property long long TotalEvaluations {
long long get ();
}F#
abstract TotalEvaluations : int64 with get