pub unsafe extern "C" fn Z3_model_get_num_funcs(
    c: Z3_context,
    m: Z3_model
) -> c_uint
Expand description

Return the number of function interpretations in the given model.

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.

See also: