Z3_model_get_const_decl

Function Z3_model_get_const_decl 

Source
pub unsafe extern "C" fn Z3_model_get_const_decl(
    c: Z3_context,
    m: Z3_model,
    i: c_uint,
) -> Option<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: