| 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) { |
no outgoing calls
no test coverage detected