Function z3_sys::Z3_optimize_pop[][src]

pub unsafe extern "C" fn Z3_optimize_pop(
    c: Z3_context,
    d: Z3_optimize
)
Expand description

Backtrack one level.

Preconditions:

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

See also: