Z3_tactic_when

Function Z3_tactic_when 

Source
pub unsafe extern "C" fn Z3_tactic_when(
    c: Z3_context,
    p: Z3_probe,
    t: Z3_tactic,
) -> Option<Z3_tactic>
Expand description

Return a tactic that applies t to a given goal is the probe p evaluates to true. If p evaluates to false, then the new tactic behaves like the skip tactic.