Function z3_sys::Z3_fixedpoint_pop [] [src]

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

Backtrack one backtracking point.

See also:

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