[][src]Function z3_sys::Z3_fixedpoint_pop

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

Backtrack one backtracking point.

Preconditions:

  • The number of calls to pop cannot exceed calls to push.

See also: