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

Return the ‘else’ value of the given function interpretation.

A function interpretation is represented as a finite map and an ‘else’ value. This procedure returns the ‘else’ value.