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

Method mk_const_array

src/ast/array_decl_plugin.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 app * mk_const_array(sort * s, expr * v) {
276 parameter param(s);
277 return m_manager.mk_app(m_fid, OP_CONST_ARRAY, 1, &param, 1, &v);
278 }
279 app * mk_empty_set(sort * s) {
280 return mk_const_array(s, m_manager.mk_false());
281 }

Callers 15

evalMethod · 0.80
expand_storesMethod · 0.80
get_array_interp_coreMethod · 0.80
process_array_appMethod · 0.80
mk_array_valueMethod · 0.80
model_value_coreMethod · 0.80
get_valueMethod · 0.80
operator()Method · 0.80
reduce_quantifierMethod · 0.80
mk_map_coreMethod · 0.80
evalMethod · 0.80
evalMethod · 0.80

Calls 1

mk_appMethod · 0.45

Tested by

no test coverage detected