Function z3_sys::Z3_func_interp_get_entry[][src]

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

Return a “point” of the given function interpretation. It represents the value of f in a particular point.

Preconditions:

  • i < Z3_func_interp_get_num_entries(c, f)

See also: