Function z3_sys::Z3_model_get_num_consts[][src]

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

Return the number of constants assigned by the given model.

See also: