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
Return a "point" of the given function intepretation. It represents the
value of f in a particular point.
Precondition: i < Z3_func_interp_get_num_entries(c, f)
See also: