Statistics¶
NUCS aggregates the following statistics:
ALG_BC_NB: the number of calls to the bound consistency algorithm
ALG_BC_WITH_SHAVING_NB: the number of calls to the bound consistency with shaving algorithm
ALG_SHAVING_NB: the number of attempts to shave a value
ALG_SHAVING_CHANGE_NB: the number of successes when attempting to shave a value
ALG_SHAVING_NO_CHANGE_NB: the number of failures when attempting to shave a value
PROPAGATOR_ENTAILMENT_NB: the number of calls to a propagator’s
compute_domainsmethod resulting in an entailmentPROPAGATOR_FILTER_NB: the number of calls to a propagator’s
compute_domainsmethodPROPAGATOR_FILTER_NO_CHANGE_NB: the number of calls to a propagator’s
compute_domainsmethod resulting in no domain changePROPAGATOR_INCONSISTENCY_NB: the number of calls to a propagator’s
compute_domainsmethod resulting in an inconsistencySOLVER_BACKTRACK_NB: the number of calls to the solver’s
backtrackmethodSOLVER_CHOICE_NB: the number of choices that have been made
SOLVER_CHOICE_DEPTH: the maximal depth of choices
SOLUTION_NB: the number of solutions that have been found