Function z3_sys::Z3_apply_result_get_num_subgoals[][src]

pub unsafe extern "C" fn Z3_apply_result_get_num_subgoals(
    c: Z3_context,
    r: Z3_apply_result
) -> c_uint
Expand description

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