Function z3_sys::Z3_model_get_sort_universe[][src]

pub unsafe extern "C" fn Z3_model_get_sort_universe(
    c: Z3_context,
    m: Z3_model,
    s: Z3_sort
) -> Z3_ast_vector
Expand description

Return the finite set of distinct values that represent the interpretation for sort s.

See also: