
ic_stat_get(-StatsList)

   Returns the list of stats events description=value pairs

Arguments
   StatsList           The list of stats events description=value pairs

Type
   library(ic_kernel)

Description

	Returns the list of stats events description=value pairs.

IC records the following statistics by default.

ic_Xv_lin_createNumber of X variable linear propagators where (X can be 1,2 or n)
ic_Xv_lin_propNumber of X variable linear propagation steps where (X can be 1,2 or n)
ic_Xv_lin_entNumber of X variable linear propagator entailments where (X can be 1,2 or n)
ic_Xv_lin_redNumber of X variable linear propagator reductions where (X can be 1,2 or n)
ic_uni_prop,ic_bin_prop,ic_tern_propPropagation steps of non-linear constraints
ic_splitDomain splits in locate/2,3,4
ic_squashAttempts to bound reduction in squash/3 or locate/4
ic_run_time_linearNumber of constraints which were linear at run-time
ic_compile_time_linearNumber of constraints which were linear at compile-time



See Also
   ic_stat / 1, ic_stat_get / 1
