Function z3_sys::Z3_mk_fixedpoint[][src]

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

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.