3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-31 16:33:18 +00:00

add rewrite for partially interpreted arithmetic functions

This commit is contained in:
Nikolaj Bjorner 2023-07-25 14:57:27 -07:00
parent 0f2fe6031a
commit c6aab89662
3 changed files with 34 additions and 0 deletions

View file

@ -517,6 +517,8 @@ public:
bool is_considered_uninterpreted(func_decl* f, unsigned n, expr* const* args, func_decl_ref& f_out);
bool is_considered_partially_interpreted(func_decl* f, unsigned n, expr* const* args, func_decl_ref& f_out);
bool is_underspecified(expr* e) const;
bool is_bounded(expr* e) const;