Function z3_sys::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: