pub unsafe extern "C" fn Z3_func_interp_get_num_entries(
    c: Z3_context,
    f: Z3_func_interp
) -> c_uint
Expand description

Return the number of entries in the given function interpretation.

A function interpretation is represented as a finite map and an ‘else’ value. Each entry in the finite map represents the value of a function given a set of arguments. This procedure return the number of element in the finite map of f.