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

Method is_select

src/qe/qe_array_plugin.cpp:288–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 bool is_select(app* a, unsigned& idx, expr* t, vector<ptr_vector<expr> >& args) {
289 return is_array_app_of(a, idx, t, OP_SELECT, args);
290 }
291 };
292
293 qe_solver_plugin* mk_array_plugin(i_solver_context& ctx) {

Callers 15

reduce_appMethod · 0.45
check_select_storeMethod · 0.45
mk_eq_idxsMethod · 0.45
mk_array_valueMethod · 0.45
check_termMethod · 0.45
term_coveredMethod · 0.45
global_checkMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
find_arr_eqsMethod · 0.45
factor_selectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected