pub unsafe extern "C" fn Z3_tactic_using_params(
c: Z3_context,
t: Z3_tactic,
p: Z3_params,
) -> Z3_tacticExpand description
Return a tactic that applies t using the given set of parameters.
pub unsafe extern "C" fn Z3_tactic_using_params(
c: Z3_context,
t: Z3_tactic,
p: Z3_params,
) -> Z3_tacticReturn a tactic that applies t using the given set of parameters.