Function z3_sys::Z3_get_probe_name

source ·
pub unsafe extern "C" fn Z3_get_probe_name(
    c: Z3_context,
    i: c_uint
) -> Z3_string
Expand description

Return the name of the i probe.

Preconditions:

  • i < Z3_get_num_probes(c)