[][src]Function z3_sys::Z3_fixedpoint_push

pub unsafe extern "C" fn Z3_fixedpoint_push(c: Z3_context, d: Z3_fixedpoint)

Create a backtracking point.

The fixedpoint solver contains a set of rules, added facts and assertions. The set of rules, facts and assertions are restored upon calling Z3_fixedpoint_pop.

See also: