Function z3_sys::Z3_tactic_par_or

source ·
pub unsafe extern "C" fn Z3_tactic_par_or(
    c: Z3_context,
    num: c_uint,
    ts: *const Z3_tactic
) -> Z3_tactic
Expand description

Return a tactic that applies the given tactics in parallel.