Skip to main content

run_tactics_with_options

Function run_tactics_with_options 

Source
pub fn run_tactics_with_options(
    state: ProofState,
    tactics: &[Node],
    options: TacticOptions,
) -> TacticRunResult
Expand description

Apply link tactics with configured rewrite rules, stopping at the first failing tactic.