MCPcopy Create free account
hub / github.com/Z3Prover/z3 / get_array_range

Function get_array_range

src/ast/array_decl_plugin.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24inline sort* get_array_range(sort const * s) {
25 return to_sort(s->get_parameter(s->get_num_parameters() - 1).get_ast());
26}
27
28inline unsigned get_array_arity(sort const * s) {
29 return s->get_num_parameters() -1;

Callers 15

internalize_termMethod · 0.85
explain_is_childMethod · 0.85
occurs_check_enterMethod · 0.85
eval_array_eqMethod · 0.85
get_some_valueMethod · 0.85
get_fresh_valueMethod · 0.85
check_sortMethod · 0.85
mk_diffMethod · 0.85
sort_coveredMethod · 0.85
model_value_coreMethod · 0.85

Calls 3

to_sortFunction · 0.70
get_astMethod · 0.45
get_num_parametersMethod · 0.45

Tested by

no test coverage detected