Z3_tactic_apply

Function Z3_tactic_apply 

Source
pub unsafe extern "C" fn Z3_tactic_apply(
    c: Z3_context,
    t: Z3_tactic,
    g: Z3_goal,
) -> Option<Z3_apply_result>
Expand description

Apply tactic t to the goal g.

ยงSee also: