ISolverTotalEvaluations 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:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
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