pub unsafe extern "C" fn Z3_add_func_interp(
c: Z3_context,
m: Z3_model,
f: Z3_func_decl,
default_value: Z3_ast,
) -> Z3_func_interpExpand description
Create a fresh func_interp object, add it to a model for a specified function.
It has reference count 0.
c: contextm: modelf: function declarationdefault_value: default value for function interpretation