[][src]Function z3_sys::Z3_mk_fixedpoint

pub unsafe extern "C" fn Z3_mk_fixedpoint(c: Z3_context) -> Z3_fixedpoint

Create a new fixedpoint context.

NOTE: User must use Z3_fixedpoint_inc_ref and Z3_fixedpoint_dec_ref to manage fixedpoint objects. Even if the context was created using Z3_mk_context instead of Z3_mk_context_rc.