pub unsafe extern "C" fn Z3_stats_get_uint_value(
    c: Z3_context,
    s: Z3_stats,
    idx: c_uint
) -> c_uint
Expand description

Return the unsigned value of the given statistical data.

Preconditions:

  • idx < Z3_stats_size(c, s) && Z3_stats_is_uint(c, s)