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

Return the declaration of the i-th function in the given model.

Preconditions:

  • i < Z3_model_get_num_funcs(c, m)

See also: