[][src]Function z3_sys::Z3_apply_result_get_subgoal

pub unsafe extern "C" fn Z3_apply_result_get_subgoal(
    c: Z3_context,
    r: Z3_apply_result,
    i: c_uint
) -> Z3_goal

Return one of the subgoals in the Z3_apply_result object returned by Z3_tactic_apply.

Preconditions:

  • i < Z3_apply_result_get_num_subgoals(c, r)