Z3_get_tactic_name

Function Z3_get_tactic_name 

Source
pub unsafe extern "C" fn Z3_get_tactic_name(
    c: Z3_context,
    i: c_uint,
) -> Z3_string
Expand description

Return the name of the idx tactic.

§Preconditions:

  • i < Z3_get_num_tactics(c)

§See also: