pub unsafe extern "C" fn Z3_tactic_par_and_then(
    c: Z3_context,
    t1: Z3_tactic,
    t2: Z3_tactic
) -> Z3_tactic
Expand description

Return a tactic that applies t1 to a given goal and then t2 to every subgoal produced by t1. The subgoals are processed in parallel.