Function z3_sys::Z3_tactic_try_for

source ·
pub unsafe extern "C" fn Z3_tactic_try_for(
    c: Z3_context,
    t: Z3_tactic,
    ms: c_uint
) -> Z3_tactic
Expand description

Return a tactic that applies t to a given goal for ms milliseconds. If t does not terminate in ms milliseconds, then it fails.