Function z3_sys::Z3_model_get_const_decl[][src]

pub unsafe extern "C" fn Z3_model_get_const_decl(
    c: Z3_context,
    m: Z3_model,
    i: c_uint
) -> Z3_func_decl
Expand description

Return the i-th constant in the given model.

Preconditions:

  • i < Z3_model_get_num_consts(c, m)

See also: